Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/services_mkdb bump PROTOMAX
details: https://anonhg.NetBSD.org/src/rev/c134b793f880
branches: trunk
changeset: 757954:c134b793f880
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 07 01:28:50 2010 +0000
description:
bump PROTOMAX
diffstat:
usr.sbin/services_mkdb/services_mkdb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7d829ab62058 -r c134b793f880 usr.sbin/services_mkdb/services_mkdb.c
--- a/usr.sbin/services_mkdb/services_mkdb.c Thu Oct 07 00:14:14 2010 +0000
+++ b/usr.sbin/services_mkdb/services_mkdb.c Thu Oct 07 01:28:50 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: services_mkdb.c,v 1.17 2010/05/05 22:10:50 wiz Exp $ */
+/* $NetBSD: services_mkdb.c,v 1.18 2010/10/07 01:28:50 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: services_mkdb.c,v 1.17 2010/05/05 22:10:50 wiz Exp $");
+__RCSID("$NetBSD: services_mkdb.c,v 1.18 2010/10/07 01:28:50 christos Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -54,7 +54,7 @@
static char tname[MAXPATHLEN];
#define PMASK 0xffff
-#define PROTOMAX 5
+#define PROTOMAX 6
static StringList ***parseservices(const char *, StringList *);
static void cleanup(void);
Home |
Main Index |
Thread Index |
Old Index