Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
a9ebf09e
Commit
a9ebf09e
authored
23 years ago
by
Jean-Philippe Baud
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
use HPSS_IFCE to avoid conflicting definitions of signed64
parent
0907ed61
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediachanger/castorrmc/h/osdep.h
+10
-3
10 additions, 3 deletions
mediachanger/castorrmc/h/osdep.h
with
10 additions
and
3 deletions
mediachanger/castorrmc/h/osdep.h
+
10
−
3
View file @
a9ebf09e
/*
* $Id: osdep.h,v 1.1
3
200
0/12/12 13:04:46 jduran
d Exp $
* $Id: osdep.h,v 1.1
4
200
1/09/19 09:54:58 bau
d Exp $
*/
/*
* Copyright (C) 1990-200
0
by CERN/IT/PDP/IP
* Copyright (C) 1990-200
1
by CERN/IT/PDP/IP
* All rights reserved
*/
/*
* @(#)$RCSfile: osdep.h,v $ $Revision: 1.1
3
$ $Date: 200
0/12/12 13:04:46
$ CERN IT-PDP/IP Frederic Hemmer
* @(#)$RCSfile: osdep.h,v $ $Revision: 1.1
4
$ $Date: 200
1/09/19 09:54:58
$ CERN IT-PDP/IP Frederic Hemmer
*/
/* osdep.h Operating system dependencies */
...
...
@@ -50,6 +50,7 @@ typedef struct {
#define LONGADDR(x) (((char *)&(x))+sizeof(LONG)-LONGSIZE)
#define QUADADDR(x) (((char *)&(x))+sizeof(QUAD)-QUADSIZE)
#ifndef HPSS_IFCE
#ifndef _WIN32
typedef
long
long
signed64
;
typedef
unsigned
long
long
u_signed64
;
...
...
@@ -63,6 +64,12 @@ typedef int mode_t;
typedef
signed64
HYPER
;
typedef
u_signed64
U_HYPER
;
#else
typedef
long
long
signed64_castor
;
typedef
unsigned
long
long
u_signed64_castor
;
typedef
signed64_castor
HYPER
;
typedef
u_signed64_castor
U_HYPER
;
#endif
typedef
U_HYPER
TIME_T
;
#define ONE_KB 0x400
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment