]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/ChangeLog
2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
[mirror_frr.git] / lib / ChangeLog
index 22f60c24e2bf822ff9e1e0a05a3b04a2adff4389..6eb70a228bfefa64b2aaf21ab65326c80de43973 100644 (file)
@@ -1,3 +1,16 @@
+2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * command.c: (do_echo) Added new "echo" command, useful for
+         watchdog pinging to make sure the daemon is responsive.
+
+2004-12-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+       
+       * pid_output.c: (pid_output_lock) Eliminate static function, and just
+         use the #ifdef to decide which version of the function to include.
+         This eliminates a compilation problem with gcc4.  And fix the
+         non-fcntl version so that it actually compiles.  Exit with
+         status 1 instead of -1 on error.
+
 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * sigevent.c: (trap_default_signals) Ignore SIGPIPE instead of exiting.