summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/readpassphrase.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-10 16:18:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-10 16:18:56 +1100
commit7f24a0e64774e6566242f44b0f06ab06607d0c97 (patch)
treef6b8d04689e1c7d6b6b5e761dfaca9b3d8d64273 /openbsd-compat/readpassphrase.c
parent80c0d7eb885d244d4745b55a392ee07b03e41676 (diff)
- (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
Diffstat (limited to 'openbsd-compat/readpassphrase.c')
-rw-r--r--openbsd-compat/readpassphrase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c
index eb060bdb..2c84f802 100644
--- a/openbsd-compat/readpassphrase.c
+++ b/openbsd-compat/readpassphrase.c
@@ -1,5 +1,3 @@
-/* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
-
/* $OpenBSD: readpassphrase.c,v 1.16 2003/06/17 21:56:23 millert Exp $ */
/*
@@ -22,6 +20,8 @@
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
*/
+/* OPENBSD ORIGINAL: lib/libc/gen/readpassphrase.c */
+
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$OpenBSD: readpassphrase.c,v 1.16 2003/06/17 21:56:23 millert Exp $";
#endif /* LIBC_SCCS and not lint */