diff options
-rw-r--r-- | libexec/ftp-proxy/getline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftp-proxy/getline.c b/libexec/ftp-proxy/getline.c index f76f186d6ad..242e766c058 100644 --- a/libexec/ftp-proxy/getline.c +++ b/libexec/ftp-proxy/getline.c @@ -1,3 +1,5 @@ +/* $OpenBSD: getline.c,v 1.6 2001/12/06 02:11:47 beck Exp $ */ + /* * Copyright (c) 1985, 1988 Regents of the University of California. * All rights reserved. @@ -153,7 +155,6 @@ refill_buffer(register struct csiob *iobp) * This code is derived from the getline routine found in the UC Berkeley * ftpd code. * - * thie */ int |