Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 1995 21:06:44 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        current@freebsd.org
Subject:   compiling PPP...anyone notice this error?
Message-ID:  <Pine.BSF.3.91.951130210532.8147A-100000@hub.org>

next in thread | raw e-mail | index | archive | help


Hi...

	Just tried to compile *-current's ppp, in /usr/src/usr.sbin/ppp,
and it failed with this error...

	Has anyone seen/fixed this, as of yet?


cc -O6   -c route.c
route.c: In function `DeleteIfRoutes':
route.c:342: conversion to non-scalar type requested
*** Error code 1

Stop.
hub# grep DeleteIfRoutes *.c
command.c:    DeleteIfRoutes(0);
main.c:    DeleteIfRoutes(1);
os.c:      DeleteIfRoutes(0);
route.c:DeleteIfRoutes(all)
route.c:  logprintf("DeleteIfRoutes (%d)\n", IfIndex);
hub# grep DeleteIfRoutes *.h
os.h:void DeleteIfRoutes __P((int));
hub#

Marc G. Fournier | POP Mail  Telnet Acct  DNS Hosting
scrappy@hub.org  |  WWW Services   Database Services  | Knowledge, 
 soon to be:     |                                    | Information and
scrappy@ki.net   |      WWW: http://hub.org           | Communications, Inc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951130210532.8147A-100000>