Source-Changes-HG archive

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

[src/trunk]: src/include Add missing __BEGIN_DECLS, from Henning Petersen in ...



details:   https://anonhg.NetBSD.org/src/rev/aee02984eb32
branches:  trunk
changeset: 777481:aee02984eb32
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 20 09:28:43 2012 +0000

description:
Add missing __BEGIN_DECLS, from Henning Petersen in PR misc/46058.

diffstat:

 include/spawn.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 21e51203c3b6 -r aee02984eb32 include/spawn.h
--- a/include/spawn.h   Mon Feb 20 09:26:56 2012 +0000
+++ b/include/spawn.h   Mon Feb 20 09:28:43 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spawn.h,v 1.1 2012/02/11 23:31:24 martin Exp $ */
+/*     $NetBSD: spawn.h,v 1.2 2012/02/20 09:28:43 martin Exp $ */
 
 /*-
  * Copyright (c) 2008 Ed Schouten <ed%FreeBSD.org@localhost>
@@ -33,6 +33,7 @@
 
 #include <sys/spawn.h>
 
+__BEGIN_DECLS
 /*
  * Spawn routines
  *



Home | Main Index | Thread Index | Old Index