diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-26 18:20:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-26 18:20:36 +0000 |
commit | c78d73565c7a9e2070e1f089bb28685b86bc30e8 (patch) | |
tree | 8ef1ef1287bb75a35d57b32754eb56350f78260e /usr.sbin/ppp/timeout.h | |
parent | eeb422fed8735188e4e141578d0383ae57ba8343 (diff) | |
download | FreeBSD-src-c78d73565c7a9e2070e1f089bb28685b86bc30e8.zip FreeBSD-src-c78d73565c7a9e2070e1f089bb28685b86bc30e8.tar.gz |
I assume someone had a good reason for breaking this? Try again!
For now, I'll content myself with fixing the tree.
Diffstat (limited to 'usr.sbin/ppp/timeout.h')
-rw-r--r-- | usr.sbin/ppp/timeout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/timeout.h b/usr.sbin/ppp/timeout.h index 9c8593a..7efb8c5 100644 --- a/usr.sbin/ppp/timeout.h +++ b/usr.sbin/ppp/timeout.h @@ -15,14 +15,14 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timeout.h,v 1.1.1.1 1995/01/31 06:29:55 amurai Exp $ + * $Id: timeout.h,v 1.2 1995/02/26 12:18:00 amurai Exp $ * * TODO: */ #ifndef _TIMEOUT_H_ #define _TIMEOUT_H_ -#include "cdefs.h" +#include <sys/cdefs.h> #define TICKUNIT 100000 /* Unit in usec */ #define SECTICKS (1000000/TICKUNIT) |