[BACK]Return to setjmperr.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/setjmperr.c between version 1.3 and 1.4

version 1.3, 1993/08/26 00:45:01 version 1.4, 1995/02/27 05:50:31
Line 1 
Line 1 
   /*      $NetBSD$        */
   
 /*  /*
  * Copyright (c) 1980 Regents of the University of California.   * Copyright (c) 1980, 1993
  * All rights reserved.   *      The Regents of the University of California.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 32 
Line 34 
  */   */
   
 #if defined(LIBC_SCCS) && !defined(lint)  #if defined(LIBC_SCCS) && !defined(lint)
 /*static char *sccsid = "from: @(#)setjmperr.c  5.8 (Berkeley) 2/23/91";*/  #if 0
 static char *rcsid = "$Id$";  static char sccsid[] = "@(#)setjmperr.c 8.1 (Berkeley) 6/4/93";
   #else
   static char rcsid[] = "$NetBSD";
   #endif
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
 /*  /*

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>