diff options
author | 2006-04-17 16:23:01 +0000 | |
---|---|---|
committer | 2006-04-17 16:23:01 +0000 | |
commit | ec735e79738711f15980b6372fc116b0eb175fa1 (patch) | |
tree | 347d745e54e60de0a42e74306d422e3c6cc1c716 /usr.sbin/mopd/otherOS/loop-linux2.c | |
parent | mark signal race (diff) | |
download | wireguard-openbsd-ec735e79738711f15980b6372fc116b0eb175fa1.tar.xz wireguard-openbsd-ec735e79738711f15980b6372fc116b0eb175fa1.zip |
more cleanup
Diffstat (limited to 'usr.sbin/mopd/otherOS/loop-linux2.c')
-rw-r--r-- | usr.sbin/mopd/otherOS/loop-linux2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/otherOS/loop-linux2.c b/usr.sbin/mopd/otherOS/loop-linux2.c index c7128f380f2..50c3eeb4834 100644 --- a/usr.sbin/mopd/otherOS/loop-linux2.c +++ b/usr.sbin/mopd/otherOS/loop-linux2.c @@ -22,8 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef LINT -static const char rcsid[] = "$Id: loop-linux2.c,v 1.5 2005/12/21 01:40:24 millert Exp $"; +#ifndef lint +static const char rcsid[] = "$Id: loop-linux2.c,v 1.6 2006/04/17 16:23:01 deraadt Exp $"; #endif #include <errno.h> |