diff options
| author | 2011-07-09 00:10:51 +0000 | |
|---|---|---|
| committer | 2011-07-09 00:10:51 +0000 | |
| commit | 53204b3fc855712fb1aa46bf43ef9c769e465ebd (patch) | |
| tree | 375bab5d4a57e97b4d9180c04ff2e9fb93d0f6cf /sys/compat/linux/files.linux | |
| parent | Separate some MD and MI bits and a bit of refactoring to make subsequent (diff) | |
| download | wireguard-openbsd-53204b3fc855712fb1aa46bf43ef9c769e465ebd.tar.xz wireguard-openbsd-53204b3fc855712fb1aa46bf43ef9c769e465ebd.zip | |
Remove COMPAT_25. The one piece moved by COMPAT_LINUX moves there.
ok guenther
Diffstat (limited to 'sys/compat/linux/files.linux')
| -rw-r--r-- | sys/compat/linux/files.linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/files.linux b/sys/compat/linux/files.linux index d6c32a7fdef..7db4fc73557 100644 --- a/sys/compat/linux/files.linux +++ b/sys/compat/linux/files.linux @@ -1,4 +1,4 @@ -# $OpenBSD: files.linux,v 1.15 2011/02/10 11:58:43 pirofti Exp $ +# $OpenBSD: files.linux,v 1.16 2011/07/09 00:10:52 deraadt Exp $ # $NetBSD: files.linux,v 1.4 1996/03/08 04:55:59 mycroft Exp $ # # Config.new file description for machine-independent Linux compat code. @@ -28,3 +28,4 @@ file compat/linux/linux_sysent.c compat_linux file compat/linux/linux_termios.c compat_linux file compat/linux/linux_time.c compat_linux file compat/linux/linux_dummy.c compat_linux + |
