Module Name:    src
Committed By:   martin
Date:           Mon Feb 20 09:28:43 UTC 2012

Modified Files:
        src/include: spawn.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/include/spawn.h

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

Modified files:

Index: src/include/spawn.h
diff -u src/include/spawn.h:1.1 src/include/spawn.h:1.2
--- src/include/spawn.h:1.1	Sat Feb 11 23:31:24 2012
+++ src/include/spawn.h	Mon Feb 20 09:28:43 2012
@@ -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 <[email protected]>
@@ -33,6 +33,7 @@
 
 #include <sys/spawn.h>
 
+__BEGIN_DECLS
 /*
  * Spawn routines
  *

Reply via email to