Module Name: src
Committed By: bouyer
Date: Mon Sep 30 16:59:09 UTC 2019
Modified Files:
src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c
Log Message:
fix double space in comment
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c
diff -u src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.32 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.33
--- src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c:1.32 Mon Sep 30 16:58:06 2019
+++ src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c Mon Sep 30 16:59:09 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: ip_fil_netbsd.c,v 1.32 2019/09/30 16:58:06 bouyer Exp $ */
+/* $NetBSD: ip_fil_netbsd.c,v 1.33 2019/09/30 16:59:09 bouyer Exp $ */
/*
* Copyright (C) 2012 by Darren Reed.
@@ -8,7 +8,7 @@
#if !defined(lint)
#if defined(__NetBSD__)
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_fil_netbsd.c,v 1.32 2019/09/30 16:58:06 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_fil_netbsd.c,v 1.33 2019/09/30 16:59:09 bouyer Exp $");
#else
static const char sccsid[] = "@(#)ip_fil.c 2.41 6/5/96 (C) 1993-2000 Darren Reed";
static const char rcsid[] = "@(#)Id: ip_fil_netbsd.c,v 1.1.1.2 2012/07/22 13:45:17 darrenr Exp";
@@ -1494,7 +1494,7 @@ ipf_fastroute6(struct mbuf *m0, struct m
error = nd6_output(ifp, ifp, m0, dst6, rt);
# endif
if (error)
- *mpp = NULL; /* m0 has been freed */
+ *mpp = NULL; /* m0 has been freed */
} else {
error = EMSGSIZE;
}