ossp-pkg/fsl/fsl.c 1.18 -> 1.19
--- fsl.c 2002/07/23 14:37:50 1.18
+++ fsl.c 2002/07/24 07:57:04 1.19
@@ -64,7 +64,7 @@
#endif
#include "config.h"
-#define FSL_PREFIX "l2."
+#define FSL_PREFIX "fsl."
#define STMT(stuff) do { stuff } while (0)
#define CU(returncode) STMT( rc = returncode; goto CUS; )
|
|