From f9cfbe069c6048387a6642f3a210e808e1ce2e3a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Mar 2003 19:21:01 +0000 Subject: (fchown): Put function type on its own line. --- lib/fchown-stub.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/fchown-stub.c b/lib/fchown-stub.c index 6e7c4f925..beb336caf 100644 --- a/lib/fchown-stub.c +++ b/lib/fchown-stub.c @@ -7,7 +7,8 @@ DJGPP 2.03 and earlier (and perhaps later) don't have `fchown', so we pretend no-one has permission for this operation. */ -int fchown (int fd, uid_t uid, gid_t gid) +int +fchown (int fd, uid_t uid, gid_t gid) { errno = EPERM; return -1; -- cgit v1.2.3-70-g09d2