summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-02-27 10:40:52 +0000
committercube <cube@pkgsrc.org>2005-02-27 10:40:52 +0000
commitb954eff29e27ec171f0e1b195bc90cdfd7757ed1 (patch)
treeab2377bfe2401037e1b3d7490f0163caaf2e683f /net
parent0c3bf8b56d073a6c8ca76b5339a8734ed924fa32 (diff)
downloadpkgsrc-b954eff29e27ec171f0e1b195bc90cdfd7757ed1.tar.gz
"nuke trailing whitespace".
Diffstat (limited to 'net')
-rw-r--r--net/netbsd-tap/files/if_tap_lkm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/netbsd-tap/files/if_tap_lkm.c b/net/netbsd-tap/files/if_tap_lkm.c
index 97d1a7095fa..a7569a9212b 100644
--- a/net/netbsd-tap/files/if_tap_lkm.c
+++ b/net/netbsd-tap/files/if_tap_lkm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_tap_lkm.c,v 1.1.1.1 2005/01/20 18:02:40 cube Exp $ */
+/* $NetBSD: if_tap_lkm.c,v 1.2 2005/02/27 10:40:52 cube Exp $ */
/*
* Copyright (c) 2003, 2004, 2005 The NetBSD Foundation.
@@ -6,7 +6,7 @@
*
* This code is derived from software contributed to the NetBSD Foundation
* by Quentin Garnier.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -22,7 +22,7 @@
* 4. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tap_lkm.c,v 1.1.1.1 2005/01/20 18:02:40 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tap_lkm.c,v 1.2 2005/02/27 10:40:52 cube Exp $");
#include <sys/param.h>
#include <sys/systm.h>