X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=652240cc6868bf13b4404be886beff2231263cd0;hb=HEAD;hp=feded14da2b4147437acfb4128a62d35d5676725;hpb=799a8255f0699e0332446e8ecd967b05419b9ab8;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); }