No Message Supplied

This commit is contained in:
Dean Roehrich
2001-12-04 16:13:43 +00:00
parent 964796bb9b
commit e4c9c10137
47 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ main(
han_str = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -123,7 +123,7 @@ main(
han_str = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -117,7 +117,7 @@ main(
pathname = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -131,7 +131,7 @@ main(
pathname = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -106,7 +106,7 @@ main(
}
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -121,7 +121,7 @@ main(
pathname = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -97,7 +97,7 @@ main(
string = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -115,7 +115,7 @@ main(
object = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -105,7 +105,7 @@ main(
}
if (dm_init_service(&name)) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
return(1);
}
+1 -1
View File
@@ -111,7 +111,7 @@ main(
dirpath = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -112,7 +112,7 @@ main(
attrnamep = (dm_attrname_t *)argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -125,7 +125,7 @@ main(
object = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
+1 -1
View File
@@ -109,7 +109,7 @@ main(
sid = atol(argv[optind]);
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
+1 -1
View File
@@ -103,7 +103,7 @@ main(
pathname = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -123,7 +123,7 @@ main(
pathname = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -106,7 +106,7 @@ main(
pathname = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -103,7 +103,7 @@ main(
sid = atol(argv[optind]);
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
+1 -1
View File
@@ -105,7 +105,7 @@ main(
pathname = argv[optind++];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)
+1 -1
View File
@@ -121,7 +121,7 @@ main(
objpath = argv[optind];
if (dm_init_service(&name)) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
return(1);
}
+1 -1
View File
@@ -116,7 +116,7 @@ main(
object = argv[optind];
if (dm_init_service(&name) == -1) {
fprintf(stderr, "Can't inititalize the DMAPI\n");
fprintf(stderr, "Can't initialize the DMAPI\n");
exit(1);
}
if (sid == DM_NO_SESSION)

Some files were not shown because too many files have changed in this diff Show More