Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ksh ksh: Drop support for systems without gid_t
details: https://anonhg.NetBSD.org/src/rev/1f5b74ba20f3
branches: trunk
changeset: 825088:1f5b74ba20f3
user: kamil <kamil%NetBSD.org@localhost>
date: Fri Jun 30 01:36:30 2017 +0000
description:
ksh: Drop support for systems without gid_t
diffstat:
bin/ksh/config.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 66f7cccc8710 -r 1f5b74ba20f3 bin/ksh/config.h
--- a/bin/ksh/config.h Thu Jun 29 21:34:50 2017 +0000
+++ b/bin/ksh/config.h Fri Jun 30 01:36:30 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.38 2017/06/23 00:35:20 kamil Exp $ */
+/* $NetBSD: config.h,v 1.39 2017/06/30 01:36:30 kamil Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -11,9 +11,6 @@
#ifndef CONFIG_H
#define CONFIG_H
-/* Define to `int' if <sys/types.h> doesn't define. */
-/* #undef gid_t */
-
/* Define if your struct stat has st_rdev. */
#define HAVE_ST_RDEV 1
Home |
Main Index |
Thread Index |
Old Index