RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 18-Jul-2007 14:53:17
Branch: HEAD Handle: 2007071813531700
Modified files:
rpm/lib fsm.c
Log:
fix one last compile-time warning
Summary:
Revision Changes Path
2.124 +2 -0 rpm/lib/fsm.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/fsm.c
============================================================================
$ cvs diff -u -r2.123 -r2.124 fsm.c
--- rpm/lib/fsm.c 17 Jul 2007 12:22:21 -0000 2.123
+++ rpm/lib/fsm.c 18 Jul 2007 12:53:17 -0000 2.124
@@ -400,6 +400,7 @@
}
/*@=boundsread@*/
+#if defined(HAVE_PTHREAD_H)
static void * fsmThread(void * arg)
/*@globals h_errno, fileSystem, internalState @*/
/*@modifies arg, fileSystem, internalState @*/
@@ -409,6 +410,7 @@
return ((void *) ((long)fsmStage(fsm, fsm->nstage)));
/*@=unqualifiedtrans@*/
}
+#endif
int fsmNext(FSM_t fsm, fileStage nstage)
/*@globals h_errno, fileSystem, internalState @*/
@@ .
Received on Wed Jul 18 14:53:17 2007