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

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

version 1.1, 1995/10/18 08:45:55 version 1.2, 1996/06/10 11:21:25
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /* backupfile.c -- make Emacs style backup file names  /* backupfile.c -- make Emacs style backup file names
    Copyright (C) 1990 Free Software Foundation, Inc.     Copyright (C) 1990 Free Software Foundation, Inc.
   
Line 12 
Line 14 
    Some algorithms adapted from GNU Emacs. */     Some algorithms adapted from GNU Emacs. */
   
 #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