"maint test-settings set/show" -> "maint set/show test-settings"
[deliverable/binutils-gdb.git] / readline / util.c
index d402fce842c941737a3ff3b24cffa50d592c8b62..13bd00c09c9c234f9cb157a3f58830830093c376 100644 (file)
@@ -515,11 +515,11 @@ _rl_tropen ()
           (sh_get_env_value ("TEMP")
            ? sh_get_env_value ("TEMP")
            : "."),
-          getpid());
+          getpid ());
 #else
-  sprintf (fnbuf, "/var/tmp/rltrace.%ld", getpid());
+  sprintf (fnbuf, "/var/tmp/rltrace.%ld", (long) getpid ());
 #endif
-  unlink(fnbuf);
+  unlink (fnbuf);
   _rl_tracefp = fopen (fnbuf, "w+");
   return _rl_tracefp != 0;
 }
This page took 0.037399 seconds and 4 git commands to generate.