From ae8ac6ee8671c5d0ff34aeeb73a1803f66c8db83 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 9 Jun 2006 17:05:42 +1000 Subject: [PATCH] Add tests/linux/idmap.h I must have missed it before. --- tests/linux/idmap.h/merge | 2 ++ tests/linux/idmap.h/orig | 0 tests/linux/idmap.h/patch | 17 +++++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 tests/linux/idmap.h/merge create mode 100644 tests/linux/idmap.h/orig create mode 100644 tests/linux/idmap.h/patch diff --git a/tests/linux/idmap.h/merge b/tests/linux/idmap.h/merge new file mode 100644 index 0000000..6bccf32 --- /dev/null +++ b/tests/linux/idmap.h/merge @@ -0,0 +1,2 @@ +#define IDMAP_MAXMSGSZ 256 + diff --git a/tests/linux/idmap.h/orig b/tests/linux/idmap.h/orig new file mode 100644 index 0000000..e69de29 diff --git a/tests/linux/idmap.h/patch b/tests/linux/idmap.h/patch new file mode 100644 index 0000000..2230a2b --- /dev/null +++ b/tests/linux/idmap.h/patch @@ -0,0 +1,17 @@ +*************** +*** 55,60 **** + #define IDMAP_STATUS_LOOKUPFAIL IDMAP_STATUS_FAIL + + + /* XXX get (include) from bits/utmp.h */ + #define IDMAP_NAMESZ 128 + +--- 55,62 ---- + #define IDMAP_STATUS_LOOKUPFAIL IDMAP_STATUS_FAIL + + ++ #define IDMAP_MAXMSGSZ 256 ++ + /* XXX get (include) from bits/utmp.h */ + #define IDMAP_NAMESZ 128 + -- 2.39.5