]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/main.c
pppd.8: Document netmask option
[ppp.git] / pppd / main.c
index feded14da2b4147437acfb4128a62d35d5676725..8310c9871e4bce3acd5acea6edc2c4bbc6d74ea4 100644 (file)
@@ -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);
 }