From: Keith Bostic Date: Tue, 7 Mar 1989 04:25:48 +0000 (-0800) Subject: pwd.h needs types.h X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~746 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/aecff29ade53930fdb94e420df2ea097a712f23e pwd.h needs types.h SCCS-vsn: usr.bin/quota/quota.c 5.7 SCCS-vsn: usr.bin/rdist/defs.h 5.5 --- diff --git a/usr/src/usr.bin/quota/quota.c b/usr/src/usr.bin/quota/quota.c index 2a05a0ed50..060abd8aa3 100644 --- a/usr/src/usr.bin/quota/quota.c +++ b/usr/src/usr.bin/quota/quota.c @@ -22,22 +22,22 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)quota.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)quota.c 5.7 (Berkeley) %G%"; #endif /* not lint */ /* * Disk quota reporting program. */ +#include +#include +#include +#include #include #include #include #include #include -#include -#include -#include -#include int qflag; int vflag; diff --git a/usr/src/usr.bin/rdist/defs.h b/usr/src/usr.bin/rdist/defs.h index 88a4138f30..2f432fe4df 100644 --- a/usr/src/usr.bin/rdist/defs.h +++ b/usr/src/usr.bin/rdist/defs.h @@ -14,19 +14,19 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)defs.h 5.4 (Berkeley) %G% + * @(#)defs.h 5.5 (Berkeley) %G% */ -#include -#include -#include -#include -#include #include #include #include #include #include +#include +#include +#include +#include +#include /* * The version number should be changed whenever the protocol changes.