Module Name:    src
Committed By:   pooka
Date:           Sat Feb 19 13:09:40 UTC 2011

Modified Files:
        src/lib/librumphijack: hijack.c

Log Message:
and now with less crazy whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/lib/librumphijack/hijack.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.55 src/lib/librumphijack/hijack.c:1.56
--- src/lib/librumphijack/hijack.c:1.55	Sat Feb 19 13:07:53 2011
+++ src/lib/librumphijack/hijack.c	Sat Feb 19 13:09:40 2011
@@ -1,4 +1,4 @@
-/*      $NetBSD: hijack.c,v 1.55 2011/02/19 13:07:53 pooka Exp $	*/
+/*      $NetBSD: hijack.c,v 1.56 2011/02/19 13:09:40 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.55 2011/02/19 13:07:53 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.56 2011/02/19 13:09:40 pooka Exp $");
 
 #define __ssp_weak_name(fun) _hijack_ ## fun
 
@@ -326,8 +326,8 @@
 	{ PF_INET, "inet" },
 	{ PF_LINK, "link" },
 #ifdef PF_OROUTE
-	{ PF_OROUTE, "oroute" },                                 
-#endif          
+	{ PF_OROUTE, "oroute" },
+#endif
 	{ PF_ROUTE, "route" },
 	{ PF_INET6, "inet6" },
 #ifdef PF_MPLS 

Reply via email to