summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2015-09-10 16:30:24 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2015-09-10 16:30:24 +0000
commitdfdb22a205ab138bed6936e417ca36df6ad8be6e (patch)
treedea440106398f790271c4432fa2bd31f16834b67 /sys/conf/files
parent9827bb91330a7027ee29c9cc6abfa4917c7e1bfe (diff)
Now that the GPT code tries really hard not to get in the way and
accidentally capture disks ... Eliminate kernel option GPT and associated #ifdef GPT/#endif. Let everybody get on the GPT bandwagon and we'll see what wheels fly off. Requested by & ok deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 69c533857e1..543df4a38f7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.600 2015/09/03 09:16:33 mpi Exp $
+# $OpenBSD: files,v 1.601 2015/09/10 16:30:23 krw Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -673,7 +673,7 @@ file kern/kern_synch.c
file kern/kern_tc.c
file kern/kern_time.c
file kern/kern_timeout.c
-file kern/kern_uuid.c gpt
+file kern/kern_uuid.c
file kern/kern_watchdog.c !small_kernel
file kern/kern_task.c
file kern/kern_srp.c
@@ -1018,7 +1018,7 @@ file lib/libkern/arch/${MACHINE_ARCH}/htons.S | lib/libkern/htons.c
file lib/libkern/arch/${MACHINE_ARCH}/strncasecmp.S | lib/libkern/strncasecmp.c
file lib/libz/adler32.c ppp_deflate | ipsec | crypto | bios
-file lib/libz/crc32.c ppp_deflate | ipsec | crypto | gpt
+file lib/libz/crc32.c ppp_deflate | ipsec | crypto
file lib/libz/infback.c ppp_deflate | ipsec | crypto
file lib/libz/inffast.c ppp_deflate | ipsec | crypto
file lib/libz/inflate.c ppp_deflate | ipsec | crypto