mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 06:11:06 +01:00
Fixed some style bugs in revs 1.1 and 1.4.
This commit is contained in:
parent
eac1840126
commit
b909fa9cd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91146
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user