I added "#include <time.h>" to date .c but still get some errors:
date.c: In function ‘setthetime’: date.c:192: warning: assignment makes pointer from integer without a cast /tmp/ccZTmvsY.o: In function `netsettime': netdate.c:(.text+0x1f1): undefined reference to `strlcpy' collect2: ld returned 1 exit status I tried downloading the source to strlcpy and compiling with everything else: gcc -o date date.c netdate.c vary.c strlcpy.c It compiles now with the warning: date.c: In function ‘setthetime’: date.c:192: warning: assignment makes pointer from integer without a cast ... but it doesn't work. The output of "./date" is: %+ I'm going to keep playling with it... On Fri, May 22, 2009 at 4:58 AM, Roland Smith <[email protected]> wrote: > On Thu, May 21, 2009 at 09:08:31PM -0300, francis keyes wrote: > > I patched date.c and tried to compile but I get a few errors, as you > suspected: > > > > In file included from date.c:59: > > vary.h:35: warning: *struct tm* declared inside parameter list > > vary.h:35: warning: its scope is only this definition or declaration, > which is probably not what > > you want > > date.c: In function *main*: > > date.c:85: error: storage size of *lt* isn*t known > > Add "#include <time.h>" to date.c. > > Roland > -- > R.F.Smith > http://www.xs4all.nl/~rsmith/<http://www.xs4all.nl/%7Ersmith/> > [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
