[BACK]Return to uname.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / uname

Diff for /src/usr.bin/uname/uname.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:28 version 1.2, 1996/06/26 05:42:07
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1994 Winning Strategies, Inc.   * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.   * All rights reserved.
Line 30 
Line 32 
  */   */
   
 #ifndef lint  #ifndef lint
 static char rcsid[] = "$Id$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2