Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/common Use the correct attribute - comp...
details: https://anonhg.NetBSD.org/src/rev/ab28181a0a6e
branches: pgoyette-compat
changeset: 830810:ab28181a0a6e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Sep 28 08:42:01 2018 +0000
description:
Use the correct attribute - compat_utils vs compat_util
diffstat:
sys/compat/common/files.common | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 00d45c8df1fc -r ab28181a0a6e sys/compat/common/files.common
--- a/sys/compat/common/files.common Fri Sep 28 08:08:56 2018 +0000
+++ b/sys/compat/common/files.common Fri Sep 28 08:42:01 2018 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: files.common,v 1.1.2.39 2018/09/28 08:08:56 pgoyette Exp $
+# $NetBSD: files.common,v 1.1.2.40 2018/09/28 08:42:01 pgoyette Exp $
#
# Generic utility files, used by various compat options.
#
define compat_netbsd_util
-file compat/common/compat_exec.c compat_30 | compat_09 |
- compat_util
-file compat/common/compat_util.c compat_30 | compat_09 |
- compat_util
+file compat/common/compat_exec.c compat_utils
+file compat/common/compat_util.c compat_utils
#
# Sources for syscall and ioctl compatibility across the versions.
Home |
Main Index |
Thread Index |
Old Index