diff options
author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
---|---|---|
committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /libexec/pppd/magic.c | |
parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) |
Diffstat (limited to 'libexec/pppd/magic.c')
-rw-r--r-- | libexec/pppd/magic.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/pppd/magic.c b/libexec/pppd/magic.c index 87f2a7ac4cb3..44c7b29e87d2 100644 --- a/libexec/pppd/magic.c +++ b/libexec/pppd/magic.c @@ -17,6 +17,10 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifndef lint +static char rcsid[] = "$Id: magic.c,v 1.2 1994/03/30 09:31:33 jkh Exp $"; +#endif + #include <stdio.h> #include <sys/types.h> #include <sys/time.h> |