From: krw Date: Tue, 20 Jan 2015 04:41:01 +0000 (+0000) Subject: Missing $OpenBSD$'s. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=83087275e8888ed7109e36d91357557af9d26270;p=openbsd Missing $OpenBSD$'s. ok deraadt@ --- diff --git a/distrib/common/elf32.c b/distrib/common/elf32.c index 7ddf2db81d5..f286eef4ae3 100644 --- a/distrib/common/elf32.c +++ b/distrib/common/elf32.c @@ -1,2 +1,3 @@ +/* $OpenBSD: elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define ELFSIZE 32 #include "elfrd_size.c" diff --git a/distrib/common/elf64.c b/distrib/common/elf64.c index e5409d76ff3..6c093bf53a7 100644 --- a/distrib/common/elf64.c +++ b/distrib/common/elf64.c @@ -1,2 +1,3 @@ +/* $OpenBSD: elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define ELFSIZE 64 #include "elfrd_size.c" diff --git a/lib/libm/arch/hppa/e_sqrt.c b/lib/libm/arch/hppa/e_sqrt.c index 2f7ecae333a..b2b07ca8880 100644 --- a/lib/libm/arch/hppa/e_sqrt.c +++ b/lib/libm/arch/hppa/e_sqrt.c @@ -1,3 +1,4 @@ +/* $OpenBSD: e_sqrt.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/e_sqrtf.c b/lib/libm/arch/hppa/e_sqrtf.c index d01c502d023..e522ac9c181 100644 --- a/lib/libm/arch/hppa/e_sqrtf.c +++ b/lib/libm/arch/hppa/e_sqrtf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: e_sqrtf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_ceil.c b/lib/libm/arch/hppa/s_ceil.c index c21cb83de18..0c6ee3076d3 100644 --- a/lib/libm/arch/hppa/s_ceil.c +++ b/lib/libm/arch/hppa/s_ceil.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_ceil.c,v 1.9 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_ceilf.c b/lib/libm/arch/hppa/s_ceilf.c index 84ef3f1d70e..f09ab33ba91 100644 --- a/lib/libm/arch/hppa/s_ceilf.c +++ b/lib/libm/arch/hppa/s_ceilf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_ceilf.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_floor.c b/lib/libm/arch/hppa/s_floor.c index 8bfb3f9f843..a0b92a17720 100644 --- a/lib/libm/arch/hppa/s_floor.c +++ b/lib/libm/arch/hppa/s_floor.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_floor.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_floorf.c b/lib/libm/arch/hppa/s_floorf.c index 02f1fead0f8..adea9ecd553 100644 --- a/lib/libm/arch/hppa/s_floorf.c +++ b/lib/libm/arch/hppa/s_floorf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_floorf.c,v 1.9 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_rint.c b/lib/libm/arch/hppa/s_rint.c index 579422e2ef0..d1c41416f51 100644 --- a/lib/libm/arch/hppa/s_rint.c +++ b/lib/libm/arch/hppa/s_rint.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_rint.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_rintf.c b/lib/libm/arch/hppa/s_rintf.c index 48fbccb0cad..773c8921f5b 100644 --- a/lib/libm/arch/hppa/s_rintf.c +++ b/lib/libm/arch/hppa/s_rintf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_rintf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_round.c b/lib/libm/arch/hppa/s_round.c index d61502a33e7..07a3bf34053 100644 --- a/lib/libm/arch/hppa/s_round.c +++ b/lib/libm/arch/hppa/s_round.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_round.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_roundf.c b/lib/libm/arch/hppa/s_roundf.c index cbc2629d445..4cc3de68049 100644 --- a/lib/libm/arch/hppa/s_roundf.c +++ b/lib/libm/arch/hppa/s_roundf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_roundf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_trunc.c b/lib/libm/arch/hppa/s_trunc.c index bdcf87b111b..bb702dbbb1c 100644 --- a/lib/libm/arch/hppa/s_trunc.c +++ b/lib/libm/arch/hppa/s_trunc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_trunc.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/arch/hppa/s_truncf.c b/lib/libm/arch/hppa/s_truncf.c index d9c1f6c7718..3901d22c097 100644 --- a/lib/libm/arch/hppa/s_truncf.c +++ b/lib/libm/arch/hppa/s_truncf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_truncf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ /* * Written by Michael Shalayeff. Public Domain */ diff --git a/lib/libm/src/s_signgam.c b/lib/libm/src/s_signgam.c index d67d5918ec3..cec0a5a75aa 100644 --- a/lib/libm/src/s_signgam.c +++ b/lib/libm/src/s_signgam.c @@ -1,3 +1,4 @@ +/* $OpenBSD: s_signgam.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include "math.h" #include "math_private.h" int signgam = 0; diff --git a/lib/libsqlite3/src/fault.c b/lib/libsqlite3/src/fault.c index c3028c4f936..3ef9cfb2e2d 100644 --- a/lib/libsqlite3/src/fault.c +++ b/lib/libsqlite3/src/fault.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fault.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* ** 2008 Jan 22 ** diff --git a/lib/libsqlite3/src/mem0.c b/lib/libsqlite3/src/mem0.c index 0d0b6667d60..0e810cbc897 100644 --- a/lib/libsqlite3/src/mem0.c +++ b/lib/libsqlite3/src/mem0.c @@ -1,3 +1,4 @@ +/* $OpenBSD: mem0.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* ** 2008 October 28 ** diff --git a/lib/libsqlite3/tsrc/pthread_stub.c b/lib/libsqlite3/tsrc/pthread_stub.c index 995c9ca36e2..8c930715f37 100644 --- a/lib/libsqlite3/tsrc/pthread_stub.c +++ b/lib/libsqlite3/tsrc/pthread_stub.c @@ -1,3 +1,4 @@ +/* $OpenBSD: pthread_stub.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* stubs for pthreads function, quick and dirty */ #if SQLITE_THREADSAFE && !defined(SQLITE_TEST) diff --git a/regress/lib/libc/setjmp-fpu/_setjmp.c b/regress/lib/libc/setjmp-fpu/_setjmp.c index a10b582f3f7..9131c7e0e89 100644 --- a/regress/lib/libc/setjmp-fpu/_setjmp.c +++ b/regress/lib/libc/setjmp-fpu/_setjmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define SETJMP(env, savemask) _setjmp(env) #define LONGJMP(env, val) _longjmp(env, val) #define TEST_SETJMP test__setjmp diff --git a/regress/lib/libc/setjmp-fpu/main.c b/regress/lib/libc/setjmp-fpu/main.c index 43f9b6216cb..5050fee8557 100644 --- a/regress/lib/libc/setjmp-fpu/main.c +++ b/regress/lib/libc/setjmp-fpu/main.c @@ -1,3 +1,4 @@ +/* $OpenBSD: main.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ int test__setjmp(void); int test_setjmp(void); int test_sigsetjmp(void); diff --git a/regress/lib/libc/setjmp-fpu/setjmp.c b/regress/lib/libc/setjmp-fpu/setjmp.c index 04de1df302a..fe4acd1d2d4 100644 --- a/regress/lib/libc/setjmp-fpu/setjmp.c +++ b/regress/lib/libc/setjmp-fpu/setjmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define SETJMP(env, savemask) setjmp(env) #define LONGJMP(env, val) longjmp(env, val) #define TEST_SETJMP test_setjmp diff --git a/regress/lib/libc/setjmp-fpu/sigsetjmp.c b/regress/lib/libc/setjmp-fpu/sigsetjmp.c index 8ba80e26124..6ce4cae37aa 100644 --- a/regress/lib/libc/setjmp-fpu/sigsetjmp.c +++ b/regress/lib/libc/setjmp-fpu/sigsetjmp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sigsetjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define SETJMP(env, savemask) sigsetjmp(env, savemask) #define LONGJMP(env, val) siglongjmp(env, val) #define TEST_SETJMP test_sigsetjmp diff --git a/regress/lib/libc/stdio_threading/fopen/fopen_test.c b/regress/lib/libc/stdio_threading/fopen/fopen_test.c index 72359bb323f..89172d9fb7c 100755 --- a/regress/lib/libc/stdio_threading/fopen/fopen_test.c +++ b/regress/lib/libc/stdio_threading/fopen/fopen_test.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fopen_test.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * Copyright (c) 2008 Bret S. Lambert * diff --git a/regress/lib/libevent/test-init.c b/regress/lib/libevent/test-init.c index d60aa36bd56..3deba3f0ebd 100644 --- a/regress/lib/libevent/test-init.c +++ b/regress/lib/libevent/test-init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: test-init.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * Compile with: * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent diff --git a/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c b/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c index d21680fcde6..59755f1db6f 100644 --- a/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c +++ b/regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* the point of this library is to not define function ad() */ ad_notdefine() { diff --git a/regress/libexec/ld.so/edgecases/test1/libaa_g/aa.c b/regress/libexec/ld.so/edgecases/test1/libaa_g/aa.c index 0b7bcbb698a..45c1a959a54 100644 --- a/regress/libexec/ld.so/edgecases/test1/libaa_g/aa.c +++ b/regress/libexec/ld.so/edgecases/test1/libaa_g/aa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ ad() { } diff --git a/regress/libexec/ld.so/initfirst/test1/libif2/lib.c b/regress/libexec/ld.so/initfirst/test1/libif2/lib.c index 656cd1146f6..7929c6cee5b 100644 --- a/regress/libexec/ld.so/initfirst/test1/libif2/lib.c +++ b/regress/libexec/ld.so/initfirst/test1/libif2/lib.c @@ -1,2 +1,3 @@ +/* $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define NAME "if2" #include "../lib.c" diff --git a/regress/libexec/ld.so/initfirst/test1/libif3/lib.c b/regress/libexec/ld.so/initfirst/test1/libif3/lib.c index 52ea7474274..110fe37597e 100644 --- a/regress/libexec/ld.so/initfirst/test1/libif3/lib.c +++ b/regress/libexec/ld.so/initfirst/test1/libif3/lib.c @@ -1,2 +1,3 @@ +/* $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define NAME "if3" #include "../lib.c" diff --git a/regress/libexec/ld.so/initfirst/test1/libnormal/lib.c b/regress/libexec/ld.so/initfirst/test1/libnormal/lib.c index 4018c0338ce..2abfd974b87 100644 --- a/regress/libexec/ld.so/initfirst/test1/libnormal/lib.c +++ b/regress/libexec/ld.so/initfirst/test1/libnormal/lib.c @@ -1,2 +1,3 @@ +/* $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #define NAME "normal" #include "../lib.c" diff --git a/regress/libexec/ld.so/randomdata/libaa/aa.c b/regress/libexec/ld.so/randomdata/libaa/aa.c index bc0047f4634..c0bd2bc64bc 100644 --- a/regress/libexec/ld.so/randomdata/libaa/aa.c +++ b/regress/libexec/ld.so/randomdata/libaa/aa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include static int64_t aavalue __attribute__((section(".openbsd.randomdata"))); diff --git a/regress/libexec/ld.so/randomdata/prog/prog.c b/regress/libexec/ld.so/randomdata/prog/prog.c index c5f27a9c817..34b8f3ed382 100644 --- a/regress/libexec/ld.so/randomdata/prog/prog.c +++ b/regress/libexec/ld.so/randomdata/prog/prog.c @@ -1,3 +1,4 @@ +/* $OpenBSD: prog.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include #include diff --git a/sys/arch/octeon/stand/boot/exec.c b/sys/arch/octeon/stand/boot/exec.c index 2bd64546ee6..592de9c6d57 100644 --- a/sys/arch/octeon/stand/boot/exec.c +++ b/sys/arch/octeon/stand/boot/exec.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include #include "libsa.h" #include diff --git a/sys/arch/socppc/stand/boot/time.c b/sys/arch/socppc/stand/boot/time.c index f2e8ad25856..18c702193cc 100644 --- a/sys/arch/socppc/stand/boot/time.c +++ b/sys/arch/socppc/stand/boot/time.c @@ -1,3 +1,4 @@ +/* $OpenBSD: time.c,v 1.3 2015/01/20 04:41:01 krw Exp $ */ #include #include "libsa.h" diff --git a/sys/kern/exec_elf32.c b/sys/kern/exec_elf32.c index 0ee52721298..584667fa92e 100644 --- a/sys/kern/exec_elf32.c +++ b/sys/kern/exec_elf32.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec_elf32.c,v 1.3 2015/01/20 04:41:01 krw Exp $ */ /* * Public domain. Author: Artur Grabowski */ diff --git a/sys/kern/exec_elf64.c b/sys/kern/exec_elf64.c index 4ea7648cd5b..517ee5d7a6b 100644 --- a/sys/kern/exec_elf64.c +++ b/sys/kern/exec_elf64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: exec_elf64.c,v 1.21 2015/01/20 04:41:01 krw Exp $ */ /* * Public domain. Author: Artur Grabowski */ diff --git a/sys/lib/libz/zopenbsd.c b/sys/lib/libz/zopenbsd.c index 10d3845be67..61e33f564c7 100644 --- a/sys/lib/libz/zopenbsd.c +++ b/sys/lib/libz/zopenbsd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: zopenbsd.c,v 1.4 2015/01/20 04:41:01 krw Exp $ */ #include #include #include diff --git a/usr.bin/gprof/alpha.c b/usr.bin/gprof/alpha.c index 4586923c014..b45660d17dc 100644 --- a/usr.bin/gprof/alpha.c +++ b/usr.bin/gprof/alpha.c @@ -1,3 +1,4 @@ +/* $OpenBSD: alpha.c,v 1.6 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/gprof/amd64.c b/usr.bin/gprof/amd64.c index 4586923c014..67b343053ce 100644 --- a/usr.bin/gprof/amd64.c +++ b/usr.bin/gprof/amd64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: amd64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/gprof/hppa.c b/usr.bin/gprof/hppa.c index 4586923c014..a3e135d2fb1 100644 --- a/usr.bin/gprof/hppa.c +++ b/usr.bin/gprof/hppa.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hppa.c,v 1.4 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/gprof/hppa64.c b/usr.bin/gprof/hppa64.c index 4586923c014..1d62d216aa3 100644 --- a/usr.bin/gprof/hppa64.c +++ b/usr.bin/gprof/hppa64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hppa64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/gprof/powerpc.c b/usr.bin/gprof/powerpc.c index 4586923c014..df6e7e44a67 100644 --- a/usr.bin/gprof/powerpc.c +++ b/usr.bin/gprof/powerpc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: powerpc.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/gprof/sparc64.c b/usr.bin/gprof/sparc64.c index 4586923c014..aeedea1cfac 100644 --- a/usr.bin/gprof/sparc64.c +++ b/usr.bin/gprof/sparc64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sparc64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ #include "gprof.h" void diff --git a/usr.bin/sudo/audit.c b/usr.bin/sudo/audit.c index 59ea5262e6c..da712b1b404 100644 --- a/usr.bin/sudo/audit.c +++ b/usr.bin/sudo/audit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: audit.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * Copyright (c) 2009 Todd C. Miller * diff --git a/usr.bin/sudo/def_data.c b/usr.bin/sudo/def_data.c index 8498464dbe1..8b53c67ec44 100644 --- a/usr.bin/sudo/def_data.c +++ b/usr.bin/sudo/def_data.c @@ -1,3 +1,4 @@ +/* $OpenBSD: def_data.c,v 1.10 2015/01/20 04:41:01 krw Exp $ */ static struct def_values def_data_lecture[] = { { "never", never }, { "once", once }, diff --git a/usr.bin/sudo/zero_bytes.c b/usr.bin/sudo/zero_bytes.c index 7391780aa0c..95f16947d29 100644 --- a/usr.bin/sudo/zero_bytes.c +++ b/usr.bin/sudo/zero_bytes.c @@ -1,3 +1,4 @@ +/* $OpenBSD: zero_bytes.c,v 1.6 2015/01/20 04:41:01 krw Exp $ */ /* * Copyright (c) 2003-2005, 2007 Todd C. Miller * diff --git a/usr.sbin/mkuboot/copy_elf32.c b/usr.sbin/mkuboot/copy_elf32.c index 3d1aaf598e8..b4ef6b48ec5 100644 --- a/usr.sbin/mkuboot/copy_elf32.c +++ b/usr.sbin/mkuboot/copy_elf32.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy_elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* Public domain - not significant enough to copyright */ #define ELFSIZE 32 #include "copy_elf.c" diff --git a/usr.sbin/mkuboot/copy_elf64.c b/usr.sbin/mkuboot/copy_elf64.c index 6e0f294c817..eddfc25bb29 100644 --- a/usr.sbin/mkuboot/copy_elf64.c +++ b/usr.sbin/mkuboot/copy_elf64.c @@ -1,3 +1,4 @@ +/* $OpenBSD: copy_elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* Public domain - not significant enough to copyright */ #define ELFSIZE 64 #include "copy_elf.c" diff --git a/usr.sbin/unbound/iterator/iter_resptype.c b/usr.sbin/unbound/iterator/iter_resptype.c index 45f919387dc..f89a3b4abce 100644 --- a/usr.sbin/unbound/iterator/iter_resptype.c +++ b/usr.sbin/unbound/iterator/iter_resptype.c @@ -1,3 +1,4 @@ +/* $OpenBSD: iter_resptype.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * iterator/iter_resptype.c - response type information and classification. * diff --git a/usr.sbin/unbound/services/outbound_list.c b/usr.sbin/unbound/services/outbound_list.c index ad73380bcf8..fe396e316d2 100644 --- a/usr.sbin/unbound/services/outbound_list.c +++ b/usr.sbin/unbound/services/outbound_list.c @@ -1,3 +1,4 @@ +/* $OpenBSD: outbound_list.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * services/outbound_list.c - keep list of outbound serviced queries. * diff --git a/usr.sbin/unbound/util/module.c b/usr.sbin/unbound/util/module.c index 09e276c3015..5eaee5b6a31 100644 --- a/usr.sbin/unbound/util/module.c +++ b/usr.sbin/unbound/util/module.c @@ -1,3 +1,4 @@ +/* $OpenBSD: module.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* * util/module.c - module interface *