projects
/
am-utils-6.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381f55f
)
fix typo
author
Erez Zadok
<ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 20:46:11 +0000
(20:46 +0000)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Thu, 23 Jun 2005 20:46:11 +0000
(20:46 +0000)
include/am_defs.h
patch
|
blob
|
history
diff --git
a/include/am_defs.h
b/include/am_defs.h
index 53dbe2760a3676c662777c15bcd53b82bd2aad16..be503670f932d59d72435b185f4551345f86d7a0 100644
(file)
--- a/
include/am_defs.h
+++ b/
include/am_defs.h
@@
-37,7
+37,7
@@
* SUCH DAMAGE.
*
*
- * $Id: am_defs.h,v 1.
59 2005/06/23 20:02:40
ezk Exp $
+ * $Id: am_defs.h,v 1.
60 2005/06/23 20:46:11
ezk Exp $
*
*/
@@
-1492,7
+1492,7
@@
extern int setitimer(int, struct itimerval *, struct itimerval *);
#endif /* defined(HAVE_SETITIMER) && !defined(HAVE_EXTERN_SETITIMER) */
#ifndef HAVE_EXTERN_SLEEP
-extern unsigned int sleep(unsign int seconds);
+extern unsigned int sleep(unsign
ed
int seconds);
#endif /* not HAVE_EXTERN_SETITIMER */
#ifndef HAVE_EXTERN_STRCASECMP