Skip to content

Commit

Permalink
One extra empty line not in OpenBSD, and tweak a #define style.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Oct 17, 2016
1 parent 7ba8452 commit f6c49ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion proc.c
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tools/cmp-cvs.sh
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion xmalloc.h
Expand Up @@ -20,7 +20,7 @@
#define XMALLOC_H

#if !defined(__bounded__)
# define __bounded__(x, y, z)
#define __bounded__(x, y, z)
#endif

void *xmalloc(size_t);
Expand Down

0 comments on commit f6c49ce

Please sign in to comment.