Date: Sat, 13 Mar 2004 22:43:34 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger extern.h finger.h lprint.c Message-ID: <200403140643.i2E6hYdM008338@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2004/03/13 22:43:34 PST
FreeBSD src repository
Modified files:
usr.bin/finger extern.h finger.h lprint.c
Log:
Add multiple inclusion guards. Mostly this is for extern.h, which was
included twice by lprint.c, which included both finger.h and extern.h.
finger.h, in turn, includes extern.h. The redundant include of extern.h
was removed from lprint.c, as part of this change, but the include guards
were added anyway out of spite.
Revision Changes Path
1.9 +5 -0 src/usr.bin/finger/extern.h
1.5 +5 -0 src/usr.bin/finger/finger.h
1.25 +0 -1 src/usr.bin/finger/lprint.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403140643.i2E6hYdM008338>
