~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/syslog/names.h

  • Committer: patrick crews
  • Date: 2011-06-08 03:02:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2329.
  • Revision ID: gleebix@gmail.com-20110608030227-updkyv2652zvfajc
Initial voodoo worked to give us a crashme mode.  Need docs still

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 1982, 1986, 1988, 1993
 
2
 * Copyright (C) 1982, 1986, 1988, 1993
3
3
 *      The Regents of the University of California.  All rights reserved.
4
4
 *
5
5
 * Redistribution and use in source and binary forms, with or without
28
28
 *
29
29
 *      @(#)syslog.h    8.1 (Berkeley) 6/2/93
30
30
 */
31
 
#ifndef PLUGIN_SYSLOG_NAMES_H
32
 
#define PLUGIN_SYSLOG_NAMES_H
 
31
#pragma once
33
32
 
34
33
/* Solaris doesn't define these, so we copy them in. So Sad. */
35
34
 
97
96
  };
98
97
 
99
98
 
100
 
#endif /* PLUGIN_SYSLOG_NAMES_H */