Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/common Add comment to #ifdef - it's a long way fr...
details: https://anonhg.NetBSD.org/src/rev/fc302ea9fe67
branches: trunk
changeset: 342016:fc302ea9fe67
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Dec 03 00:28:55 2015 +0000
description:
Add comment to #ifdef - it's a long way from its original #if
diffstat:
sys/compat/common/sysv_ipc_50.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 2296fdbfd235 -r fc302ea9fe67 sys/compat/common/sysv_ipc_50.c
--- a/sys/compat/common/sysv_ipc_50.c Wed Dec 02 22:32:04 2015 +0000
+++ b/sys/compat/common/sysv_ipc_50.c Thu Dec 03 00:28:55 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysv_ipc_50.c,v 1.3 2015/05/10 07:41:15 pgoyette Exp $ */
+/* $NetBSD: sysv_ipc_50.c,v 1.4 2015/12/03 00:28:55 pgoyette Exp $ */
/*-
* Copyright (c) 1998, 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysv_ipc_50.c,v 1.3 2015/05/10 07:41:15 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysv_ipc_50.c,v 1.4 2015/12/03 00:28:55 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_sysv.h"
@@ -215,4 +215,4 @@
free(bf, M_TEMP);
return error;
}
-#endif
+#endif /* COMPAT_50 */
Home |
Main Index |
Thread Index |
Old Index