Module Name: src
Committed By: christos
Date: Thu Apr 12 22:08:46 UTC 2012
Modified Files:
src/lib/libc/include: namespace.h
Log Message:
name protection for getpassfd
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/lib/libc/include/namespace.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/include/namespace.h
diff -u src/lib/libc/include/namespace.h:1.152 src/lib/libc/include/namespace.h:1.153
--- src/lib/libc/include/namespace.h:1.152 Thu Apr 12 15:36:19 2012
+++ src/lib/libc/include/namespace.h Thu Apr 12 18:08:46 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.152 2012/04/12 19:36:19 christos Exp $ */
+/* $NetBSD: namespace.h,v 1.153 2012/04/12 22:08:46 christos Exp $ */
/*-
* Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -326,6 +326,7 @@
#define getopt_long _getopt_long
#define getpagesize _getpagesize
#define getpass _getpass
+#define getpassfd _getpassfd
#define getpass_r _getpass_r
#define getprogname _getprogname
#define getprotobyname _getprotobyname