summaryrefslogtreecommitdiff
path: root/openbsd-compat/strmode.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/strmode.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/strmode.c')
-rw-r--r--openbsd-compat/strmode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strmode.c b/openbsd-compat/strmode.c
index ea8d515e3..0dbb23733 100644
--- a/openbsd-compat/strmode.c
+++ b/openbsd-compat/strmode.c
@@ -1,5 +1,3 @@
1/* OPENBSD ORIGINAL: lib/libc/string/strmode.c */
2
3/*- 1/*-
4 * Copyright (c) 1990 The Regents of the University of California. 2 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved. 3 * All rights reserved.
@@ -29,6 +27,8 @@
29 * SUCH DAMAGE. 27 * SUCH DAMAGE.
30 */ 28 */
31 29
30/* OPENBSD ORIGINAL: lib/libc/string/strmode.c */
31
32#include "includes.h" 32#include "includes.h"
33#ifndef HAVE_STRMODE 33#ifndef HAVE_STRMODE
34 34