Module Name:    src
Committed By:   pgoyette
Date:           Sat Mar 10 10:33:40 UTC 2018

Modified Files:
        src/sbin/modstat [pgoyette-compat]: main.c

Log Message:
Update for new A-is-for-Alias flag value(s)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.12.1 src/sbin/modstat/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/modstat/main.c
diff -u src/sbin/modstat/main.c:1.24 src/sbin/modstat/main.c:1.24.12.1
--- src/sbin/modstat/main.c:1.24	Wed Nov 16 10:43:37 2016
+++ src/sbin/modstat/main.c	Sat Mar 10 10:33:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $	*/
+/*	$NetBSD: main.c,v 1.24.12.1 2018/03/10 10:33:40 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.24 2016/11/16 10:43:37 pgoyette Exp $");
+__RCSID("$NetBSD: main.c,v 1.24.12.1 2018/03/10 10:33:40 pgoyette Exp $");
 #endif /* !lint */
 
 #include <sys/module.h>
@@ -67,7 +67,7 @@ static const char *sources[] = {
 const unsigned int source_max = __arraycount(sources);
 
 static const char *modflags[] = {
-	"-", "f", "a", "af"
+	"-", "f", "a", "af", "A", "Af", "Aa", "Aaf"
 };
 
 int

Reply via email to