diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-04-07 00:54:26 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-04-07 00:54:26 +0000 |
commit | 2764b86afdc99a30f4b1a4da2c04db8aa7aa785d (patch) | |
tree | 0cb588250996f90611161eaaa08e4d721765d9b3 /usr.sbin/ppp/mbuf.c | |
parent | d24f017be800e31ad16d74ae3366abab383cefe0 (diff) | |
download | src-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.tar.gz src-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/mbuf.c')
-rw-r--r-- | usr.sbin/ppp/mbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index d96292cb7bae..46cd2359bfc0 100644 --- a/usr.sbin/ppp/mbuf.c +++ b/usr.sbin/ppp/mbuf.c @@ -17,10 +17,10 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.c,v 1.13.2.7 1998/04/03 19:25:43 brian Exp $ + * $Id: mbuf.c,v 1.13.2.8 1998/04/06 09:12:33 brian Exp $ * */ -#include <sys/param.h> +#include <sys/types.h> #include <stdio.h> #include <stdlib.h> |