X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=libcfs%2Finclude%2Flibcfs%2Flinux%2Fkp30.h;h=f1b436097263d064cd4176985be4565feadab3d4;hb=2903b9734fd36ca2c115926abadc9632264a3d89;hp=3b4c44bb959155277ca60c2d6fe5e3468424441b;hpb=fd822d1fffcf608763b45f1cbdc0b64c91603579;p=fs%2Flustre-release.git diff --git a/libcfs/include/libcfs/linux/kp30.h b/libcfs/include/libcfs/linux/kp30.h index 3b4c44b..f1b4360 100644 --- a/libcfs/include/libcfs/linux/kp30.h +++ b/libcfs/include/libcfs/linux/kp30.h @@ -372,20 +372,6 @@ extern int lwt_snapshot (cfs_cycles_t *now, int *ncpu, int *total_size, */ # define LPPID "%d" -#ifdef HAVE_SIZE_T_LONG -# define LPSZ "%lu" -# define LPSZX "%lx" -#else -# define LPSZ "%u" -# define LPSZX "%x" -#endif - -#ifdef HAVE_SSIZE_T_LONG -# define LPSSZ "%ld" -#else -# define LPSSZ "%d" -#endif - #ifndef LPU64 # error "No word size defined" #endif