=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/xmalloc.h,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- src/usr.bin/ssh/xmalloc.h 2002/03/04 17:27:39 1.8 +++ src/usr.bin/ssh/xmalloc.h 2002/06/26 15:30:39 1.8.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */ +/* $OpenBSD: xmalloc.h,v 1.8.2.1 2002/06/26 15:30:39 jason Exp $ */ /* * Author: Tatu Ylonen @@ -22,6 +22,6 @@ void *xmalloc(size_t); void *xrealloc(void *, size_t); void xfree(void *); -char *xstrdup(const char *); +char *xstrdup(const char *); #endif /* XMALLOC_H */