Fixed some style bugs in revs 1.1 and 1.4.

This commit is contained in:
Bruce Evans 2002-02-23 17:05:32 +00:00
parent eac1840126
commit b909fa9cd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91146

View File

@ -35,13 +35,13 @@
*/
typedef struct {
char *p_end; /* pointer to NULL at end of path */
char *target_end; /* pointer to end of target base */
char p_path[PATH_MAX]; /* pointer to the start of a path */
char *p_end; /* pointer to NULL at end of path */
char *target_end; /* pointer to end of target base */
char p_path[PATH_MAX]; /* pointer to the start of a path */
} PATH_T;
extern PATH_T to;
extern int iflag, pflag, fflag;
extern int fflag, iflag, pflag;
__BEGIN_DECLS
int copy_fifo(struct stat *, int);