[pisa-src] r2957 - in trunk: community-operator/server/protos.h pairing/util/protos.h

  • From: Christoph Viethen <christoph.viethen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 25 Mar 2012 22:54:26 +0200

Author: viethen
Date: Sun Mar 25 22:54:22 2012
New Revision: 2957

Log:
Fix autobuilder's complaint about pairing/util/protos.h file.

Also fix #define'd naming of two protos.h files.

Modified:
   trunk/community-operator/server/protos.h
   trunk/pairing/util/protos.h

Modified: trunk/community-operator/server/protos.h
==============================================================================
--- trunk/community-operator/server/protos.h    Fri Mar 23 19:17:36 2012        
(r2956)
+++ trunk/community-operator/server/protos.h    Sun Mar 25 22:54:22 2012        
(r2957)
@@ -6,8 +6,8 @@
  *
  */
 
-#ifndef _PROTOS_H
-#define _PROTOS_H 1
+#ifndef PISA_CO_SERVER_PROTOS_H
+#define PISA_CO_SERVER_PROTOS_H 1
 
 #include <netinet/in.h>
 #include <stdio.h>

Modified: trunk/pairing/util/protos.h
==============================================================================
--- trunk/pairing/util/protos.h Fri Mar 23 19:17:36 2012        (r2956)
+++ trunk/pairing/util/protos.h Sun Mar 25 22:54:22 2012        (r2957)
@@ -9,8 +9,10 @@
  *
  */
 
-#ifndef _PROTOS_H
-#define _PROTOS_H 1
+#ifndef PISA_PAIRUTIL_PROTOS_H
+#define PISA_PAIRUTIL_PROTOS_H 1
+
+#include <stdio.h>
 
 int call_binary_get_pipe(FILE **output_pipe, const char *binary_pathname, char 
*const *binary_argv, _Bool read_stderr);
 int call_hipconf(FILE **output_pipe, ...);
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts: