diff options
Diffstat (limited to 'usr.sbin/pppd/upap.c')
-rw-r--r-- | usr.sbin/pppd/upap.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 191569bf4ef..4c8d32135c9 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: upap.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $ */ +/* $OpenBSD: upap.c,v 1.10 2009/10/27 23:59:53 deraadt Exp $ */ /* * upap.c - User/Password Authentication Protocol. @@ -42,14 +42,6 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef lint -#if 0 -static char rcsid[] = "Id: upap.c,v 1.11 1997/04/30 05:59:56 paulus Exp"; -#else -static char rcsid[] = "$OpenBSD: upap.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $"; -#endif -#endif - /* * TODO: */ |