Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/pgoyette-compat]: src/sbin/modstat Update for new A-is-for-Alias flag va...



details:   https://anonhg.NetBSD.org/src/rev/ee122f556b16
branches:  pgoyette-compat
changeset: 830411:ee122f556b16
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 10 10:33:40 2018 +0000

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

diffstat:

 sbin/modstat/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 75a29c3aea69 -r ee122f556b16 sbin/modstat/main.c
--- a/sbin/modstat/main.c       Sat Mar 10 10:33:02 2018 +0000
+++ b/sbin/modstat/main.c       Sat Mar 10 10:33:40 2018 +0000
@@ -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 @@
 const unsigned int source_max = __arraycount(sources);
 
 static const char *modflags[] = {
-       "-", "f", "a", "af"
+       "-", "f", "a", "af", "A", "Af", "Aa", "Aaf"
 };
 
 int



Home | Main Index | Thread Index | Old Index