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/ef27997e4c9b
branches: pgoyette-compat
changeset: 320999:ef27997e4c9b
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 be9e92013822 -r ef27997e4c9b 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