pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netbsd-tap/files From -current: nuke trailing whit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26f63aee3d6e
branches:  trunk
changeset: 489839:26f63aee3d6e
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Feb 27 10:39:52 2005 +0000

description:
>From -current: nuke trailing whitespace.

diffstat:

 net/netbsd-tap/files/if_tap.c |  8 ++++----
 net/netbsd-tap/files/if_tap.h |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 6907e71fed0f -r 26f63aee3d6e net/netbsd-tap/files/if_tap.c
--- a/net/netbsd-tap/files/if_tap.c     Sun Feb 27 08:52:42 2005 +0000
+++ b/net/netbsd-tap/files/if_tap.c     Sun Feb 27 10:39:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tap.c,v 1.3 2005/02/15 21:23:07 cube Exp $  */
+/*     $NetBSD: if_tap.c,v 1.4 2005/02/27 10:39:52 cube Exp $  */
 
 /*
  *  Copyright (c) 2003, 2004 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
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.3 2005/02/15 21:23:07 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_tap.c,v 1.4 2005/02/27 10:39:52 cube Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "bpfilter.h"
diff -r 6907e71fed0f -r 26f63aee3d6e net/netbsd-tap/files/if_tap.h
--- a/net/netbsd-tap/files/if_tap.h     Sun Feb 27 08:52:42 2005 +0000
+++ b/net/netbsd-tap/files/if_tap.h     Sun Feb 27 10:39:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tap.h,v 1.1.1.1 2005/01/20 18:02:39 cube Exp $      */
+/*     $NetBSD: if_tap.h,v 1.2 2005/02/27 10:39:52 cube Exp $  */
 
 /*
  *  Copyright (c) 2004 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



Home | Main Index | Thread Index | Old Index