Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!news.ci.com.au!brian.telstra.net!news.telstra.net!nsw.news.telstra.net!news.syd.connect.com.au!news.mel.connect.com.au!news.mel.aone.net.au!news.mira.net.au!pumpkin.pangea.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!vixen.cso.uiuc.edu!saluki-news.it.siu.edu!usenet From: jimd@dutton4.it.siu.edu (Jim Dutton) Newsgroups: comp.unix.bsd.freebsd.misc Subject: netatalk-1.4b2 "ifi_lastchange has incomplete type" Date: 8 Jul 1997 23:50:54 GMT Organization: Southern Illinois University - Carbondale Lines: 21 Message-ID: <5pujou$866@saluki-news.it.siu.edu> NNTP-Posting-Host: dutton4.it.siu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44125 Is there a different definition of "ifi_lastchange" that works? - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - - - - - - cd atalkd; make CC="gcc" ADDLIBS="-lcrypt" DEFS="-DBSD4_4" OPTOPTS="-O2" SBINDIR="/atalk/etc" BINDIR="/atalk/bin" RESDIR="/atalk/etc" ETCDIR="/atalk/etc" LIBDIR="/atalk/lib" INCDIR="/atalk/include" DESTDIR="/atalk" AFSDIR="" KRBDIR="" gcc -DBSD4_4 -O2 -I../../include -DPHASE1NET -DVERSION=\"`cat ../../VERSION`\" -c main.c gcc -DBSD4_4 -O2 -I../../include -DPHASE1NET -D_PATH_ATALKDCONF=\"/atalk/etc/atalkd.conf\" -c config.c gcc -DBSD4_4 -O2 -I../../include -DPHASE1NET -c zip.c gcc -DBSD4_4 -O2 -I../../include -DPHASE1NET -c nbp.c In file included from nbp.c:10: /usr/include/net/if.h:69: field `ifi_lastchange' has incomplete type *** Error code 1 Stop. - -- - - - - - -- /usr/include/net/if.h:69 - - - - - - - - - - - - - - - - struct timeval ifi_lastchange; /* time of last administrative change */