=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/xmalloc.h,v retrieving revision 1.7.2.2 retrieving revision 1.8 diff -u -r1.7.2.2 -r1.8 --- src/usr.bin/ssh/xmalloc.h 2002/06/22 07:23:18 1.7.2.2 +++ src/usr.bin/ssh/xmalloc.h 2002/03/04 17:27:39 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.h,v 1.7.2.2 2002/06/22 07:23:18 miod Exp $ */ +/* $OpenBSD: xmalloc.h,v 1.8 2002/03/04 17:27:39 stevesk 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 */