]> andersk Git - gssapi-openssh.git/blobdiff - openssh/xmalloc.h
if PermitPAMUserChange, don't put username from temporary PAM passwd
[gssapi-openssh.git] / openssh / xmalloc.h
index 7ac4b13d64c972588a81535eff6b90cb7609f526..e14d0141d1dad18b83f9c8ca0976fdc53a60bfa0 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: xmalloc.h,v 1.9 2002/06/19 00:27:55 deraadt Exp $     */
-
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  * called by a name other than "ssh" or "Secure Shell".
  */
 
+/* RCSID("$OpenBSD: xmalloc.h,v 1.7 2001/06/26 17:27:25 markus Exp $"); */
+
 #ifndef XMALLOC_H
 #define XMALLOC_H
 
 void   *xmalloc(size_t);
 void   *xrealloc(void *, size_t);
 void     xfree(void *);
-char   *xstrdup(const char *);
+char   *xstrdup(const char *);
 
 #endif                         /* XMALLOC_H */
This page took 0.03813 seconds and 4 git commands to generate.