Skip to content

Commit

Permalink
No paths.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed May 16, 2020
1 parent 2bc05db commit dc56b3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion popup.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/wait.h>

#include <paths.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion tools/cmp-cvs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rm diff.out
touch diff.out

for i in *.[ch]; do
diff -u -I'\$OpenBSD' $i ../../OpenBSD/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

0 comments on commit dc56b3c

Please sign in to comment.