Rename things to avoid conflicts in headers

Was breaking builds

 * ncurses.h: can declare `char *const key_name'.
 * netbsd term.h: has `newline', `lines' macros.
This commit is contained in:
Aaron Gyes 2016-07-01 02:48:50 -07:00
parent 0045b46af8
commit 807dc82a75

View file

@ -9,7 +9,7 @@ function suspend -d "Suspend the current shell."
# XXX not sure if this echo should be necessary, but without it, it seems
# everything printf'd above will not get pushed back to stdout before the suspend
echo ""
# XXX there always causes a zombie until one fg's when we do this:
# XXX always causes a zombie until one fg's when we do this:
kill -STOP %self
else
echo 2>&1 "Refusing to suspend login shell."