X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=8310c9871e4bce3acd5acea6edc2c4bbc6d74ea4;hb=f2ef3c82904113b81244d2532fae0717296518dc;hp=feded14da2b4147437acfb4128a62d35d5676725;hpb=c975187f8ca49a2d2d02fbea0dc7dd7115cba052;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index feded14..8310c98 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -2150,7 +2150,7 @@ notify(struct notifier *notif, int val) * novm - log an error message saying we ran out of memory, and die. */ void -novm(char *msg) +novm(const char *msg) { fatal("Virtual memory exhausted allocating %s\n", msg); }