~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/pack.h

Fixed bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef PLUGIN_DRIZZLE_PROTOCOL_PACK_H
21
 
#define PLUGIN_DRIZZLE_PROTOCOL_PACK_H
 
20
#ifndef PLUGIN_OLDLIBDRIZZLE_PACK_H
 
21
#define PLUGIN_OLDLIBDRIZZLE_PACK_H
22
22
 
23
23
#include <stdint.h>
24
24
 
36
36
}
37
37
#endif
38
38
 
39
 
#endif /* PLUGIN_DRIZZLE_PROTOCOL_PACK_H */
 
39
#endif /* PLUGIN_OLDLIBDRIZZLE_PACK_H */