[BACK]Return to alarm.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/alarm.c between version 1.5 and 1.6

version 1.5, 1997/07/13 19:45:36 version 1.6, 1997/07/21 14:06:48
Line 45  __RCSID("$NetBSD$");
Line 45  __RCSID("$NetBSD$");
 /*  /*
  * Backwards compatible alarm.   * Backwards compatible alarm.
  */   */
   #include "namespace.h"
 #include <sys/time.h>  #include <sys/time.h>
 #include <unistd.h>  #include <unistd.h>
   
   #ifdef __weak_alias
   __weak_alias(alarm,_alarm);
   #endif
   
 unsigned int  unsigned int
 alarm(secs)  alarm(secs)
         unsigned int secs;          unsigned int secs;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>