diff --git a/1920.c b/1920.c index 84e042e..49e9e43 100644 --- a/1920.c +++ b/1920.c @@ -80,3 +80,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 1FF35BA8-13E5-11D8-A40F-000393CFE6B8 + */ diff --git a/1921dump.c b/1921dump.c index 97a596c..331a057 100644 --- a/1921dump.c +++ b/1921dump.c @@ -181,3 +181,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 1FF99273-13E5-11D8-BBB6-000393CFE6B8 + */ diff --git a/1921mission.c b/1921mission.c index 782f5c3..1586d05 100644 --- a/1921mission.c +++ b/1921mission.c @@ -127,3 +127,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 1FFB7570-13E5-11D8-B9F6-000393CFE6B8 + */ diff --git a/2406.c b/2406.c index 7fae17c..d8c8e8e 100644 --- a/2406.c +++ b/2406.c @@ -54,3 +54,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 200018B3-13E5-11D8-9272-000393CFE6B8 + */ diff --git a/2438.c b/2438.c index 9cc05f5..2f770f9 100644 --- a/2438.c +++ b/2438.c @@ -48,3 +48,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 2006DC74-13E5-11D8-9B02-000393CFE6B8 + */ diff --git a/Makefile.in b/Makefile.in index f7df55f..2cbab79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,6 +3,7 @@ # Copyright (c) 1999 Dustin Sallings # # $Id: Makefile.in,v 1.23 2002/01/29 07:48:42 dustin Exp $ +# arch-tag: 5D00801E-13E5-11D8-B7FE-000393CFE6B8 SHELL=/bin/sh AR=@AR@ diff --git a/aclocal.m4 b/aclocal.m4 index 67a4722..2f41362 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,5 @@ dnl Copyright (c) 2002 Dustin Sallings dnl -dnl $id$ - dnl Let's see if the threads actually work AC_DEFUN(SPY_PTHREAD, [ AC_CACHE_CHECK([for working pthreads], auth_cv_working_pthread, [ diff --git a/arch.config b/arch.config deleted file mode 100644 index 2e23c46..0000000 --- a/arch.config +++ /dev/null @@ -1,3 +0,0 @@ -# Need mymalloc -./mymalloc dustin@spy.net--projects/clib--mymalloc--1.0 - diff --git a/collection/Makefile.in b/collection/Makefile.in index e32c49c..b9e7fff 100644 --- a/collection/Makefile.in +++ b/collection/Makefile.in @@ -1,3 +1,4 @@ +# arch-tag: C3C33271-13E5-11D8-B15A-000393CFE6B8 SHELL=/bin/sh AR=@AR@ RANLIB=@RANLIB@ diff --git a/collection/collection.h b/collection/collection.h index cb7007a..a376404 100644 --- a/collection/collection.h +++ b/collection/collection.h @@ -32,3 +32,7 @@ extern int col_verbose; #define verboseprint(a, b) if(col_verbose>=a) { printf b; } #endif /* COLLECTION_H */ + +/* + * arch-tag: BBEE73A9-13E5-11D8-9CB1-000393CFE6B8 + */ diff --git a/collection/collector.c b/collection/collector.c index d9449dc..5b3e855 100644 --- a/collection/collector.c +++ b/collection/collector.c @@ -316,3 +316,7 @@ int main(int argc, char *argv[]) mainloop(); return(0); } + +/* + * arch-tag: BBD6CC16-13E5-11D8-8785-000393CFE6B8 + */ diff --git a/collection/data.c b/collection/data.c index 85604e6..6ed5731 100644 --- a/collection/data.c +++ b/collection/data.c @@ -271,3 +271,7 @@ int main(int argc, char **argv) disposeOfLogEntry(entry); } #endif + +/* + * arch-tag: BBE0839E-13E5-11D8-A265-000393CFE6B8 + */ diff --git a/collection/data.h b/collection/data.h index ee110d3..7c3a3dd 100644 --- a/collection/data.h +++ b/collection/data.h @@ -67,3 +67,7 @@ struct data_queue *appendToRRDQueue(struct data_queue *dl, const char *datum); void disposeOfRRDQueue(struct data_queue *dl); #endif + +/* + * arch-tag: BBF74734-13E5-11D8-9F04-000393CFE6B8 + */ diff --git a/collection/sensors.sql b/collection/sensors.sql index 532a89d..72657b8 100644 --- a/collection/sensors.sql +++ b/collection/sensors.sql @@ -1,6 +1,7 @@ -- Copyright (c) 1999 Dustin Sallings -- -- $Id: sensors.sql,v 1.2 2002/01/26 23:23:55 dustin Exp $ +-- arch-tag: CDF89BEC-13E5-11D8-B988-000393CFE6B8 -- Different types of sensors create table sensor_types ( diff --git a/collection/storage-pgsql.c b/collection/storage-pgsql.c index 67beafd..f34fb2b 100644 --- a/collection/storage-pgsql.c +++ b/collection/storage-pgsql.c @@ -129,3 +129,7 @@ saveDataPostgres(struct log_datum *p) } } #endif /* HAVE_LIBPQ_FE_H */ + +/* + * arch-tag: BBE5FB3C-13E5-11D8-BC82-000393CFE6B8 + */ diff --git a/collection/storage-pgsql.h b/collection/storage-pgsql.h index 2124b24..5f82f5e 100644 --- a/collection/storage-pgsql.h +++ b/collection/storage-pgsql.h @@ -22,3 +22,7 @@ void saveDataPostgres(struct log_datum *p); void initPostgresStore(); #endif /* STORAGE_PGSQL_H */ + +/* + * arch-tag: BBFBC21E-13E5-11D8-969A-000393CFE6B8 + */ diff --git a/collection/storage-rrd.c b/collection/storage-rrd.c index eca9234..43dcb34 100644 --- a/collection/storage-rrd.c +++ b/collection/storage-rrd.c @@ -163,3 +163,7 @@ void saveDataRRD(struct log_datum *p) freeList(args); } #endif /* HAVE_RRD_H */ + +/* + * arch-tag: BBEA7658-13E5-11D8-900C-000393CFE6B8 + */ diff --git a/collection/storage-rrd.h b/collection/storage-rrd.h index 4528e64..959079c 100644 --- a/collection/storage-rrd.h +++ b/collection/storage-rrd.h @@ -10,3 +10,7 @@ void saveDataRRD(struct log_datum *p); #endif /* STORAGE_RRD_H */ + +/* + * arch-tag: BC002423-13E5-11D8-8599-000393CFE6B8 + */ diff --git a/com.c b/com.c index 60cb71e..5852826 100644 --- a/com.c +++ b/com.c @@ -194,3 +194,7 @@ void _com_cbreak(MLan *mlan) tcsendbreak(mlan->fd, 1); /* mlan_debug(mlan, 2, ("Returning from break\n")); */ } + +/* + * arch-tag: 200A752B-13E5-11D8-BF6D-000393CFE6B8 + */ diff --git a/commands.h b/commands.h index f9ad784..bb4c208 100644 --- a/commands.h +++ b/commands.h @@ -45,3 +45,7 @@ #define DS2438READ_SCRATCHPAD 0xbe #endif /* COMMANDS_H */ + +/* + * arch-tag: 200C3FEE-13E5-11D8-9303-000393CFE6B8 + */ diff --git a/devices.c b/devices.c index 8c6b15d..948c2c9 100644 --- a/devices.c +++ b/devices.c @@ -133,3 +133,7 @@ get_sample(MLan *mlan, uchar *serial) } return(ret); } + +/* + * arch-tag: 200E12F8-13E5-11D8-AFE6-000393CFE6B8 + */ diff --git a/ds1920.c b/ds1920.c index 3614114..eecda01 100644 --- a/ds1920.c +++ b/ds1920.c @@ -202,3 +202,7 @@ getDS1920Data(MLan *mlan, uchar *serial) data.valid=TRUE; return(data); } + +/* + * arch-tag: 2011D768-13E5-11D8-B2D7-000393CFE6B8 + */ diff --git a/ds1920.h b/ds1920.h index 0fe714a..ce6ddfc 100644 --- a/ds1920.h +++ b/ds1920.h @@ -28,3 +28,7 @@ int setDS1920Params(MLan *mlan, uchar *serial, struct ds1920_data d); #define ds1920temp_convert_in(a) ( (int) (((a)+0.25)*2) ) #endif /* DS1920_H */ + +/* + * arch-tag: 201AEEC1-13E5-11D8-A823-000393CFE6B8 + */ diff --git a/ds1921.c b/ds1921.c index 32b1976..9b69aba 100644 --- a/ds1921.c +++ b/ds1921.c @@ -596,3 +596,7 @@ struct ds1921_data getDS1921Data(MLan *mlan, uchar *serial) finished: return(data); } + +/* + * arch-tag: 201EF4BC-13E5-11D8-BA49-000393CFE6B8 + */ diff --git a/ds1921.h b/ds1921.h index 1d719c4..8ce31f4 100644 --- a/ds1921.h +++ b/ds1921.h @@ -126,3 +126,7 @@ int ds1921_mission(MLan *mlan, uchar *serial, struct ds1921_data data); #define ds1921temp_convert_in(a) ( ((a)*2) + 80) #endif /* DS1921_H */ + +/* + * arch-tag: 20235CA4-13E5-11D8-90C8-000393CFE6B8 + */ diff --git a/ds2406.c b/ds2406.c index 478372f..5902dd4 100644 --- a/ds2406.c +++ b/ds2406.c @@ -147,3 +147,7 @@ int setDS2406Switch(MLan *mlan, uchar *serial, int switchPort, int onoff) rv=setDS2406Status(mlan, serial, status); return(rv); } + +/* + * arch-tag: 2027C0E2-13E5-11D8-8AA9-000393CFE6B8 + */ diff --git a/ds2406.h b/ds2406.h index 32b4f8d..0a927a2 100644 --- a/ds2406.h +++ b/ds2406.h @@ -21,3 +21,7 @@ int setDS2406Status(MLan *mlan, uchar *serial, int value); int setDS2406Switch(MLan *mlan, uchar *serial, int switchPort, int onoff); #endif /* DS2406_H */ + +/* + * arch-tag: 202E9470-13E5-11D8-9E67-000393CFE6B8 + */ diff --git a/ds2438.c b/ds2438.c index 5ae7497..c0e3e25 100644 --- a/ds2438.c +++ b/ds2438.c @@ -272,3 +272,7 @@ struct ds2438_data getDS2438Data(MLan *mlan, uchar *serial) return(data); } + +/* + * arch-tag: 20329D8C-13E5-11D8-B85B-000393CFE6B8 + */ diff --git a/ds2438.h b/ds2438.h index 49b2eca..ada0cc8 100644 --- a/ds2438.h +++ b/ds2438.h @@ -20,3 +20,7 @@ struct ds2438_data { struct ds2438_data getDS2438Data(MLan *mlan, uchar *serial); #endif /* DS2438_H */ + +/* + * arch-tag: 203729CB-13E5-11D8-921A-000393CFE6B8 + */ diff --git a/ds2480.c b/ds2480.c index 2422ab8..342a285 100644 --- a/ds2480.c +++ b/ds2480.c @@ -109,3 +109,7 @@ int _ds2480_changebaud(MLan *mlan, uchar newbaud) return(mlan->baud); } + +/* + * arch-tag: 203B61AE-13E5-11D8-BD00-000393CFE6B8 + */ diff --git a/lookup.c b/lookup.c index 7a79d4a..ad7a3ef 100644 --- a/lookup.c +++ b/lookup.c @@ -47,3 +47,7 @@ int main(int argc, char **argv) mlan->destroy(mlan); return(0); } + +/* + * arch-tag: 204206D1-13E5-11D8-91CF-000393CFE6B8 + */ diff --git a/mlan.c b/mlan.c index 74d5423..cfce8b0 100644 --- a/mlan.c +++ b/mlan.c @@ -892,3 +892,7 @@ mlan_init(char *port, int baud_rate) return (mlan); } + +/* + * arch-tag: 20466FD1-13E5-11D8-BE72-000393CFE6B8 + */ diff --git a/mlan.h b/mlan.h index 636206e..34eb614 100644 --- a/mlan.h +++ b/mlan.h @@ -303,3 +303,7 @@ int findGMTOffset(void); #endif /* MLAN_H */ + +/* + * arch-tag: 204AD731-13E5-11D8-A732-000393CFE6B8 + */ diff --git a/mlanscm.c b/mlanscm.c index 4606a9f..b8a2929 100644 --- a/mlanscm.c +++ b/mlanscm.c @@ -401,3 +401,7 @@ int main(int argc, char **argv) gh_enter(argc, argv, inner_main); return(0); } + +/* + * arch-tag: 204F3926-13E5-11D8-92C5-000393CFE6B8 + */ diff --git a/sample_devices.c b/sample_devices.c index 9257f1d..d9bca85 100644 --- a/sample_devices.c +++ b/sample_devices.c @@ -615,3 +615,7 @@ main(int argc, char **argv) } /* NOT REACHED */ } + +/* + * arch-tag: 205805D4-13E5-11D8-ADF3-000393CFE6B8 + */ diff --git a/scheme/1920.scm b/scheme/1920.scm index c384e81..97dde4a 100644 --- a/scheme/1920.scm +++ b/scheme/1920.scm @@ -2,6 +2,8 @@ !# ; Copyright (c) 2001 Dustin Sallings ; $Id: 1920.scm,v 1.3 2001/12/11 08:26:07 dustin Exp $ +; arch-tag: EA4E2E69-13E5-11D8-ADF0-000393CFE6B8 + (define ds1920-convert-temperature #x44) (define ds1920-read-scratchpad #xbe) (define ds1920-write-scratchpad #x4e) diff --git a/scheme/1921.scm b/scheme/1921.scm index 0f1449f..ffd6b70 100644 --- a/scheme/1921.scm +++ b/scheme/1921.scm @@ -2,6 +2,7 @@ !# ; Copyright (c) 2001 Dustin Sallings ; $Id: 1921.scm,v 1.2 2002/01/30 09:22:12 dustin Exp $ +; arch-tag: F78710DA-13E5-11D8-BEC7-000393CFE6B8 ; Temperature conversion for 1921's (define (ds1921-convert-out x) diff --git a/scheme/alldev.scm b/scheme/alldev.scm index defe6bf..caab32f 100644 --- a/scheme/alldev.scm +++ b/scheme/alldev.scm @@ -1,6 +1,7 @@ ; (define (l) (load "alldev.scm")) ; Copyright (c) 2001 Dustin Sallings ; $Id: alldev.scm,v 1.2 2001/12/10 08:23:16 dustin Exp $ +; arch-tag: FD6D3437-13E5-11D8-AB58-000393CFE6B8 (load "1920.scm") (define ds-serial-table '( diff --git a/search.c b/search.c index f6b51fd..96d78f4 100644 --- a/search.c +++ b/search.c @@ -78,3 +78,7 @@ int main(int argc, char **argv) return(0); } + +/* + * arch-tag: 205CDD06-13E5-11D8-A7E6-000393CFE6B8 + */ diff --git a/slew.c b/slew.c index 4bfc34a..b326535 100644 --- a/slew.c +++ b/slew.c @@ -55,3 +55,7 @@ int main(int argc, char **argv) mlan->destroy(mlan); return(0); } + +/* + * arch-tag: 20612400-13E5-11D8-9FC5-000393CFE6B8 + */ diff --git a/storage.c b/storage.c index 94f956c..d926b37 100644 --- a/storage.c +++ b/storage.c @@ -333,3 +333,7 @@ int main(int argc, char **argv) exit(0); } + +/* + * arch-tag: 2068E1F8-13E5-11D8-A856-000393CFE6B8 + */ diff --git a/temp_convert.bc b/temp_convert.bc index 79dd072..e8efead 100644 --- a/temp_convert.bc +++ b/temp_convert.bc @@ -1,6 +1,7 @@ # Copyright (c) 2002 Dustin Sallings # # $Id: temp_convert.bc,v 1.1 2002/01/29 08:05:34 dustin Exp $ +# arch-tag: 670F37E3-13E5-11D8-8417-000393CFE6B8 # # For those who need conversions, here are bc functions. diff --git a/utility.c b/utility.c index 3f0ce9f..1a74d06 100644 --- a/utility.c +++ b/utility.c @@ -26,3 +26,7 @@ snprintf(char *s, size_t n, const char *format,...) assert(strlen(s)