diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-12-06 02:11:48 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-12-06 02:11:48 +0000 |
commit | 389376064ca859f5d90db130fea36ccd538859ef (patch) | |
tree | d2958ea3892958e5f31a5e6dd11b51b7395a2d03 /libexec | |
parent | c3124afcb83409c06de2a74bb012a562e727052c (diff) |
comment typo, and $OpenBSD$ (thanks pval)
Diffstat (limited to 'libexec')
-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 |