From fef5d0af591c6c8a91f69bba5e62c99df1a732c9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 1 Feb 2008 19:54:46 +0000 Subject: Constantise as much as possible so that it reduces COW usage. --- src/rc/fstabinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc/fstabinfo.c') diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 4b674bc4..446f9bee 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -90,7 +90,7 @@ static const char *applet = NULL; #include "_usage.h" #define getoptstring "bmop:t:" getoptstring_COMMON -static struct option longopts[] = { +static const struct option longopts[] = { { "blockdevice", 0, NULL, 'b' }, { "options", 0, NULL, 'o' }, { "passno", 1, NULL, 'p' }, -- cgit v1.2.3