file reorg, pathnames.h, paths.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 11 May 1989 13:42:59 +0000 (05:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 11 May 1989 13:42:59 +0000 (05:42 -0800)
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/bdiff.c 4.5
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/bdiff.c 4.5

usr/src/local/sccscmds/sccscmds.2/cmd/bdiff.c
usr/src/local/sccscmds/sccscmds.ok/cmd/bdiff.c

index 14a7a96..df5cf39 100644 (file)
@@ -1,6 +1,6 @@
 # include "../hdr/defines.h"
 
 # include "../hdr/defines.h"
 
-static char Sccsid[] = "@(#)bdiff.c    4.4     %G%";
+static char Sccsid[] = "@(#)bdiff.c    4.5     %G%";
 
 /*
        This program segments two files into pieces of <= seglim lines
 
 /*
        This program segments two files into pieces of <= seglim lines
@@ -22,7 +22,7 @@ static char Sccsid[] = "@(#)bdiff.c   4.4     %G%";
 
 int seglim;    /* limit of size of file segment to be generated */
 
 
 int seglim;    /* limit of size of file segment to be generated */
 
-char diff[] = "/bin/diff";
+char diff[] = "/usr/bin/diff";
 char tempskel[] = "/tmp/bdXXXXX";              /* used to generate temp file names */
 char tempfile[32];
 char otmp[32], ntmp[32];
 char tempskel[] = "/tmp/bdXXXXX";              /* used to generate temp file names */
 char tempfile[32];
 char otmp[32], ntmp[32];
index 14a7a96..df5cf39 100644 (file)
@@ -1,6 +1,6 @@
 # include "../hdr/defines.h"
 
 # include "../hdr/defines.h"
 
-static char Sccsid[] = "@(#)bdiff.c    4.4     %G%";
+static char Sccsid[] = "@(#)bdiff.c    4.5     %G%";
 
 /*
        This program segments two files into pieces of <= seglim lines
 
 /*
        This program segments two files into pieces of <= seglim lines
@@ -22,7 +22,7 @@ static char Sccsid[] = "@(#)bdiff.c   4.4     %G%";
 
 int seglim;    /* limit of size of file segment to be generated */
 
 
 int seglim;    /* limit of size of file segment to be generated */
 
-char diff[] = "/bin/diff";
+char diff[] = "/usr/bin/diff";
 char tempskel[] = "/tmp/bdXXXXX";              /* used to generate temp file names */
 char tempfile[32];
 char otmp[32], ntmp[32];
 char tempskel[] = "/tmp/bdXXXXX";              /* used to generate temp file names */
 char tempfile[32];
 char otmp[32], ntmp[32];