mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
One extra empty line not in OpenBSD, and tweak a #define style.
This commit is contained in:
parent
7ba845297f
commit
f6c49cecc1
1
proc.c
1
proc.c
@ -190,7 +190,6 @@ proc_start(const char *name, struct event_base *base, int forkflag,
|
||||
}
|
||||
|
||||
log_open(name);
|
||||
|
||||
setproctitle("%s (%s)", name, socket_path);
|
||||
|
||||
if (uname(&u) < 0)
|
||||
|
@ -4,7 +4,7 @@ rm diff.out
|
||||
touch diff.out
|
||||
|
||||
for i in *.[ch]; do
|
||||
diff -u $i /usr/src/usr.bin/tmux/$i >diff.tmp
|
||||
diff -u -I'\$OpenBSD' $i /usr/src/usr.bin/tmux/$i >diff.tmp
|
||||
set -- `wc -l diff.tmp`
|
||||
[ $1 -eq 8 ] && continue
|
||||
echo $i
|
||||
|
Loading…
Reference in New Issue
Block a user