Date: Mon, 11 Jan 2010 16:27:56 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/opie/libopie getutmpentry.c insecure.c login.c Message-ID: <201001111628.o0BGSJrR083807@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2010-01-11 16:27:56 UTC
FreeBSD src repository
Modified files:
contrib/opie/libopie getutmpentry.c insecure.c login.c
Log:
SVN rev 202086 on 2010-01-11 16:27:56Z by ed
Don't include <utmp.h> when using <utmpx.h>.
libopie includes both <utmp.h> and <utmpx.h> in this case and uses some
#defines to let the code use struct utmpx and its utility functions.
We'd better not include <utmp.h> here, because maybe it will not be
present in the future.
Revision Changes Path
1.2 +20 -7 src/contrib/opie/libopie/getutmpentry.c
1.4 +2 -1 src/contrib/opie/libopie/insecure.c
1.2 +31 -37 src/contrib/opie/libopie/login.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001111628.o0BGSJrR083807>
