]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/_secure_path.c
Do not loose trailing spaces when printing prompt messages.
[pw-darwin.git] / libutil / _secure_path.c
index c27003c466618316f6d67e33e9db467d75a843f3..550a092d00c22827229fa71be3a1d780a32f1304 100644 (file)
  * 4. Absolutely no warranty of function or purpose is made by the authors.
  * 5. Modifications may be freely made to this file providing the above
  *    conditions are met.
- *
- * $FreeBSD$
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <syslog.h>
+
 #include <errno.h>
 #include <libutil.h>
+#include <stddef.h>
+#include <syslog.h>
 
 /*
  * Check for common security problems on a given path