[BACK]Return to pathnames.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/pathnames.h between version 1.4 and 1.5

version 1.4, 1996/06/26 05:38:15 version 1.5, 1998/06/26 21:21:17
Line 1 
Line 1 
 /* * $OpenBSD$*/  /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1989 The Regents of the University of California.   * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.   * All rights reserved.
Line 33 
Line 34 
  */   */
   
 /*  /*
    * $From: pathnames.h,v 6.8 1993/01/05 21:27:59 mcooper Exp mcooper $
  * @(#)pathnames.h      5.4 (Berkeley) 8/27/90   * @(#)pathnames.h      5.4 (Berkeley) 8/27/90
  */   */
   
 #include "config.h"  #include "config.h"
   
 #if     !defined(_RDIST_TMP)  #if     !defined(_RDIST_TMP)
 #       define _RDIST_TMP       "rdistXXXXXX"           /* Temporary file */  #       define _RDIST_TMP       "rdistXXXXXXXX"         /* Temporary file */
 #endif  /* _RDIST_TMP */  #endif  /* _RDIST_TMP */
   
 #if     !defined(_PATH_RDISTD)  #if     !defined(_PATH_RDISTD)

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