~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-12-05 17:55:00 UTC
  • Revision ID: brian@tangent.org-20081205175500-g3ja7dl0vfgjtrob
Random cleanup, removed dead mysys call for hw address creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
542
542
extern uint64_t my_micro_time(void);
543
543
extern uint64_t my_micro_time_and_time(time_t *time_arg);
544
544
time_t my_time_possible_from_micro(uint64_t microtime);
545
 
extern bool my_gethwaddr(unsigned char *to);
546
545
 
547
546
#ifdef HAVE_SYS_MMAN_H
548
547
#include <sys/mman.h>