Deleted Added
full compact
37c37
< * $FreeBSD: head/bin/sh/redir.h 50471 1999-08-27 23:15:48Z peter $
---
> * $FreeBSD: head/bin/sh/redir.h 90111 2002-02-02 06:50:57Z imp $
45,49c45,49
< void redirect __P((union node *, int));
< void popredir __P((void));
< int fd0_redirected_p __P((void));
< void clearredir __P((void));
< int copyfd __P((int, int));
---
> void redirect(union node *, int);
> void popredir(void);
> int fd0_redirected_p(void);
> void clearredir(void);
> int copyfd(int, int);