Move panic back into libsa. It's documented in libstand(3) to belong

there.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-12 15:16:27 +00:00
parent a37f4eb659
commit 042ea0aa16
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
SRCS+= boot.c commands.c console.c devopen.c interp.c
SRCS+= interp_backslash.c interp_parse.c ls.c misc.c
SRCS+= module.c panic.c
SRCS+= module.c
.if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
SRCS+= load_elf32.c load_elf32_obj.c reloc_elf32.c

View File

@ -25,8 +25,8 @@ CFLAGS+= -I${SASRC}
# standalone components and stuff we have modified locally
SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c environment.c getopt.c gets.c \
globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
sbrk.c twiddle.c zalloc.c zalloc_malloc.c
globals.c pager.c panic.c printf.c strdup.c strerror.c strtol.c strtoul.c \
random.c sbrk.c twiddle.c zalloc.c zalloc_malloc.c
# private (pruned) versions of libc string functions
SRCS+= strcasecmp.c