It is not immediately clear how to obtain the current process name on
HPUX, and the current osi_procname definition breaks the build, so
just make osi_procname a stub for HPUX.
Change-Id: I8c825d53d7f25b1500b41629ba73f2fe1f48f00a
Reviewed-on: http://gerrit.openafs.org/2341
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
#include <vfs_vm.h>
#endif
-#define osi_procname(procname, size) strncpy(procname, u.u_comm, size)
+#define osi_procname(procname, size) strncpy(procname, "", size)
#endif /* _OSI_MACHDEP_H_ */