-/* $NetBSD: systemname.c,v 1.7 2009/05/24 19:18:44 dholland Exp $ */
+/* $NetBSD: systemname.c,v 1.9 2009/05/25 00:05:56 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)systemname.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: systemname.c,v 1.7 2009/05/24 19:18:44 dholland Exp $");
+__RCSID("$NetBSD: systemname.c,v 1.9 2009/05/25 00:05:56 dholland Exp $");
#endif
#endif /* not lint */
-# include "trek.h"
+#include <stddef.h>
+#include "trek.h"
/*
** RETRIEVE THE STARSYSTEM NAME
i &= Q_SYSTEM;
if (i == 0)
- return (0);
+ return NULL;
return (Systemname[i]);
}