]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/semlock.h
Remove delete of CVS files
[bacula/bacula] / bacula / src / lib / semlock.h
index 83c19c809262086038e631fbb28901709c6f7d44..6051341dcd3fcbd07c903cf61dc7c2206ce30da6 100644 (file)
@@ -2,7 +2,7 @@
  * Bacula Semaphore code. This code permits setting up
  *  a semaphore that lets through a specified number
  *  of callers simultaneously. Once the number of callers
- *  exceed the limit, they block.      
+ *  exceed the limit, they block.
  *
  *  Kern Sibbald, March MMIII
  *
@@ -31,7 +31,7 @@
 
  */
 
-#ifndef __SEMLOCK_H 
+#ifndef __SEMLOCK_H
 #define __SEMLOCK_H 1
 
 typedef struct s_semlock_tag {
@@ -49,7 +49,7 @@ typedef struct s_semlock_tag {
    {PTHREAD_MUTEX_INITIALIZER, PTHREAD_COND_INITIALIZER, \
     PTHREAD_COND_INITIALIZER, SEMLOCK_VALID, 0, 0, 0, 0}
 
-/* 
+/*
  * semaphore lock prototypes
  */
 extern int sem_init(semlock_t *sem, int max_active);