Skip to content

Commit

Permalink
Bump PROTOMAX.
Browse files Browse the repository at this point in the history
MFC after:	3 weeks
X-MFC-with:	r358153
  • Loading branch information
delphij committed Feb 20, 2020
1 parent 74eb8d9 commit 151004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/services_mkdb/services_mkdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ __FBSDID("$FreeBSD$");
static char tname[MAXPATHLEN];

#define PMASK 0xffff
#define PROTOMAX 5
#define PROTOMAX 6

static void add(DB *, StringList *, size_t, const char *, size_t *, int);
static StringList ***parseservices(const char *, StringList *);
Expand Down

0 comments on commit 151004e

Please sign in to comment.