git: 0614d7396798 - main - cat: style nits
Mariusz Zaborski
oshogbo at FreeBSD.org
Wed Jan 20 17:47:23 UTC 2021
The branch main has been updated by oshogbo:
URL: https://cgit.FreeBSD.org/src/commit/?id=0614d7396798a268bd9efb103dffdeb0ad4a066c
commit 0614d7396798a268bd9efb103dffdeb0ad4a066c
Author: Mariusz Zaborski <oshogbo at FreeBSD.org>
AuthorDate: 2021-01-20 17:46:26 +0000
Commit: Mariusz Zaborski <oshogbo at FreeBSD.org>
CommitDate: 2021-01-20 17:46:26 +0000
cat: style nits
Pointed out by: jhb
---
bin/cat/cat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index 764c97c7ad43..5a1fab0c26a0 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -428,7 +428,7 @@ udom_open(const char *path, int flags)
{
struct addrinfo hints, *res, *res0;
char rpath[PATH_MAX];
- int fd, error, serrno;
+ int error, fd, serrno;
cap_rights_t rights;
/*
More information about the dev-commits-src-main
mailing list