View | Details | Raw Unified | Return to bug 13521
Collapse All | Expand All

(-)usr.sbin/yp_mkdb/yp_mkdb.c (-1 / +1 lines)
Lines 118-124 Link Here
118
	FILE *ifp;
118
	FILE *ifp;
119
	char hname[MAXHOSTNAMELEN + 2];
119
	char hname[MAXHOSTNAMELEN + 2];
120
120
121
	while ((ch = getopt(argc, argv, "uhcbsdf:i:o:m:")) != -1) {
121
	while ((ch = getopt(argc, argv, "uhcbsfd:i:o:m:")) != -1) {
122
		switch(ch) {
122
		switch(ch) {
123
		case 'f':
123
		case 'f':
124
			filter_plusminus++;
124
			filter_plusminus++;

Return to bug 13521