we're supposed to parse all that ourselves
[m6w6/ext-psi] / m4 / posix / sys_utsname.m4
diff --git a/m4/posix/sys_utsname.m4 b/m4/posix/sys_utsname.m4
deleted file mode 100644 (file)
index a268f81..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-PSI_CHECK_SYS_UTSNAME() {
-
-       PSI_STRUCT(struct utsname, [
-               char sysname@<:@0@:>@,
-               char nodename@<:@0@:>@,
-               char release@<:@0@:>@,
-               char version@<:@0@:>@,
-               char machine@<:@0@:>@,
-               char domainname@<:@0@:>@
-       ])
-
-       PSI_DECL(int uname, [(struct utsname *name)])
-}