Deleted Added
full compact
refclock_palisade.c (82498) refclock_palisade.c (106163)
1/*
2 * This software was developed by the Software and Component Technologies
3 * group of Trimble Navigation, Ltd.
4 *
5 * Copyright (c) 1997, 1998, 1999, 2000 Trimble Navigation Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 864 unchanged lines hidden (view full) ---

873#else
874 u_char *bp
875 )
876#endif
877{
878return (short) (bp[1] + (bp[0] << 8));
879}
880
1/*
2 * This software was developed by the Software and Component Technologies
3 * group of Trimble Navigation, Ltd.
4 *
5 * Copyright (c) 1997, 1998, 1999, 2000 Trimble Navigation Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 864 unchanged lines hidden (view full) ---

873#else
874 u_char *bp
875 )
876#endif
877{
878return (short) (bp[1] + (bp[0] << 8));
879}
880
881#else
882int refclock_palisade_bs;
881#endif /* REFCLOCK */
883#endif /* REFCLOCK */